diff --git a/sheets/_nim/_info.yaml b/sheets/_nim/_info.yaml new file mode 100644 index 0000000..803bd66 --- /dev/null +++ b/sheets/_nim/_info.yaml @@ -0,0 +1 @@ +rosetta: "Nim" diff --git a/sheets/_nim/hello b/sheets/_nim/hello new file mode 100644 index 0000000..05cc6f2 --- /dev/null +++ b/sheets/_nim/hello @@ -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"