Language
Nim
Compiler
nim HEAD Version 0.18.1
Options
$ nim c ./prog.nim
123
567
Exit Code:
0
Author
anonymous
over 6 years ago
Nim
nim HEAD Version 0.18.1
Author
anonymous
over 6 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-head/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: prog [Processing]
CC: prog
CC: stdlib_system
Hint: [Link]
Hint: operation successful (12274 lines compiled; 1.021 sec total; 16.395MiB peakmem; Debug Build) [SuccessX]
123
567