Guest User

Untitled

a guest
Oct 6th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. --hello.nim
  2. echo "hello"
  3.  
  4. nimrod c --out:hello1 hello.nim (creates hello1)
  5. nimrod c --out:hello2 hello.nim (creates hello2)
  6. nimrod c --out:hello3 hello.nim (does not create hello3 !!!)
Advertisement
Add Comment
Please, Sign In to add comment