Language
Nim
Compiler
nim 0.19.2
Options
$ nim c ./prog.nim
Calling myproc in mymodule
Exit Code:
0
Author
anonymous
over 6 years ago
Nim
nim 0.19.2
Author
anonymous
over 6 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-0.19.2/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: prog [Processing]
Hint: mymodule [Processing]
CC: prog
CC: stdlib_system
CC: mymodule
Hint: [Link]
Hint: operation successful (12381 lines compiled; 0.853 sec total; 16.328MiB peakmem; Debug Build) [SuccessX]
Calling myproc in mymodule