Language
Nim
Compiler
nim 0.19.4
Options
$ nim c ./prog.nim
0
1
2
3
4
5
6
7
8
Exit Code:
0
Author
anonymous
over 6 years ago
Nim
nim 0.19.4
Author
anonymous
over 6 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-0.19.4/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: prog [Processing]
CC: prog
CC: stdlib_system
Hint: [Link]
Hint: operation successful (12380 lines compiled; 0.878 sec total; 16.398MiB peakmem; Debug Build) [SuccessX]
0
1
2
3
4
5
6
7
8