Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --hello.nim
- echo "hello"
- nimrod c --out:hello1 hello.nim (creates hello1)
- nimrod c --out:hello2 hello.nim (creates hello2)
- nimrod c --out:hello3 hello.nim (does not create hello3 !!!)
Advertisement
Add Comment
Please, Sign In to add comment