Author
anonymous
about 6 years ago
Language
Nim
Compiler
nim 0.20.0
Options
Author
anonymous
about 6 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-0.20.0/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: widestrs [Processing]
Hint: io [Processing]
Hint: prog [Processing]
Hint: macros [Processing]
/home/jail/prog.nim(6, 10) Hint: 'test' is declared but not used [XDeclaredButNotUsed]
CC: stdlib_assertions.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: operation successful (15777 lines compiled; 0.715 sec total; 15.949MiB peakmem; Debug Build) [SuccessX]
foo
Exit Code:
0