Language
Nim
Compiler
nim HEAD Version 0.19.9
Options
$ nim c ./prog.nim
[123, 456, 789]
["abc", "def", "ghijk"]
Exit Code:
0
Author
anonymous
about 6 years ago
Nim
nim HEAD Version 0.19.9
Author
anonymous
about 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: stdlib_helpers2
CC: stdlib_system
CC: prog
Hint: [Link]
Hint: operation successful (12484 lines compiled; 0.917 sec total; 16.266MiB peakmem; Debug Build) [SuccessX]
[123, 456, 789]
["abc", "def", "ghijk"]