Last active
February 3, 2021 13:18
-
-
Save leveled/0603d7dc0abeb2d0d0f50cc8be7ab3ce to your computer and use it in GitHub Desktop.
Nim compilation cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nim compile --run greetings.nim | |
nim compile --run greetings.nim arg1 arg2 | |
nim c -d:release greetings.nim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment