Language
Nim
Compiler
nim 1.4.6
Options
$ nim c ./prog.nim
@[1, 2, 3, 4]
Exit Code:
0
Author
anonymous
almost 4 years ago
Nim
nim 1.4.6
Author
anonymous
almost 4 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-1.4.6/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.4.6/config/config.nims' [Conf]
....
CC: stdlib_assertions.nim
CC: stdlib_dollars.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: 22423 lines; 0.650s; 25.488MiB peakmem; Debug build; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
@[1, 2, 3, 4]