Language
Nim
Compiler
nim HEAD Version 1.5.1
Options
$ nim c ./prog.nim
What's your name?
Hi, 12312!
Exit Code:
0
Author
anonymous
about 4 years ago
Nim
nim HEAD Version 1.5.1
Author
anonymous
about 4 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-head/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-head/config/config.nims' [Conf]
....
CC: stdlib_assertions.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: 22865 lines; 0.690s; 25.695MiB peakmem; Debug build; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
What's your name?
Hi, 12312!