Skip to content

Instantly share code, notes, and snippets.

@leveled
Last active February 3, 2021 13:18
Show Gist options
  • Save leveled/0603d7dc0abeb2d0d0f50cc8be7ab3ce to your computer and use it in GitHub Desktop.
Save leveled/0603d7dc0abeb2d0d0f50cc8be7ab3ce to your computer and use it in GitHub Desktop.
Nim compilation cheatsheet
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