Guest User

Untitled

a guest
Jan 22nd, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. $ pwd
  2. /tmp/example
  3. $ cat a.nim
  4. import b
  5. $ cat b.nim
  6. const dummy* = 5
  7. $ nimrod --printGeneratedFilesOnly cpp a
  8. example_a.cpp
  9. example_b.cpp
  10. Nimrod_system.cpp
  11. $ ls nimcache
  12. ls: cannot access nicache: No such file or directory
Add Comment
Please, Sign In to add comment