cmc/learn

My personal learning area.

clone: git clone https://gitbay.org/cmc/learn.git

main: nim/hello_world.nim · raw

1# to build:
2# nim c -d:release hello_world.nim
3# ./hello_world.nim
4
5echo "Hello from Nim!"