mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-01 21:40:24 +00:00
added nim support
This commit is contained in:
parent
156a175c62
commit
85e8e86feb
1
sheets/_nim/_info.yaml
Normal file
1
sheets/_nim/_info.yaml
Normal file
@ -0,0 +1 @@
|
||||
rosetta: "Nim"
|
4
sheets/_nim/hello
Normal file
4
sheets/_nim/hello
Normal file
@ -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…
Reference in New Issue
Block a user