From 30d59f06f46ed48d9de1c375cd285f59f46a4747 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 4 Jun 2025 13:48:51 -0500 Subject: feat: add nim examples --- nim/hello_world.nim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nim/hello_world.nim (limited to 'nim/hello_world.nim') diff --git a/nim/hello_world.nim b/nim/hello_world.nim new file mode 100644 index 0000000..01704ad --- /dev/null +++ b/nim/hello_world.nim @@ -0,0 +1,5 @@ +# to build: +# nim c -d:release hello_world.nim +# ./hello_world.nim + +echo "Hello from Nim!" -- cgit v1.2.3-70-g09d2