diff options
Diffstat (limited to 'nim/hello_world.nim')
-rw-r--r-- | nim/hello_world.nim | 5 |
1 files changed, 5 insertions, 0 deletions
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!" |