2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-01 21:40:24 +00:00
cheat.sheets/sheets/_nim/hello

5 lines
134 B
Plaintext
Raw Normal View History

2019-07-06 19:59:57 +00:00
# To run the program:
# nim c -r --verbosity:0 helloworld.nim
# (presuming its code was saved in helloworld.nim)
echo "Hello World"