index
:
learn.git
main
My personal learning area.
Christian Cleberg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nim
/
hello_world.nim
blob: 01704adac69f175b1522429c6260b23000f27108 (
plain
) (
blame
)
1
2
3
4
5
# to build:
# nim c -d:release hello_world.nim
# ./hello_world.nim
echo
"Hello from Nim!"