added nim support

pull/58/head
Igor Chubin 5 years ago
parent 156a175c62
commit 85e8e86feb

@ -0,0 +1 @@
rosetta: "Nim"

@ -0,0 +1,4 @@
# To run the program:
# nim c -r --verbosity:0 helloworld.nim
# (presuming its code was saved in helloworld.nim)
echo "Hello World"
Loading…
Cancel
Save