mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-01 21:40:24 +00:00
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
# To run the program:
|
|
# nim c -r --verbosity:0 helloworld.nim
|
|
# (presuming its code was saved in helloworld.nim)
|
|
echo "Hello World"
|