Language
Nim
Compiler
nim 1.6.10
Options
$ nim c ./prog.nim
@[@["I", "am"], @["am", "an"], @["an", "NLPer"]]
@["I ", " a", "am", "m ", " a", "an", "n ", " N", "NL", "LP", "Pe", "er"]
Exit Code:
0
Author
anonymous
over 2 years ago
Nim
nim 1.6.10
Author
anonymous
over 2 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-1.6.10/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.10/config/config.nims' [Conf]
...........................................................................
CC: ../../opt/wandbox/nim-1.6.10/lib/std/private/digitsutils.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/assertions.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/dollars.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/io.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/strutils.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
39612 lines; 0.583s; 48.898MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
@[@["I", "am"], @["am", "an"], @["an", "NLPer"]]
@["I ", " a", "am", "m ", " a", "an", "n ", " N", "NL", "LP", "Pe", "er"]