closure iterator
how to share it?
Language
Nim
Compiler
nim 1.6.12
Options
closure iterator
how to share it?
$ nim c ./prog.nim
1
2
0
0
Exit Code:
0
how to share it?
Nim
nim 1.6.12
how to share it?
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-1.6.12/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.12/config/config.nims' [Conf]
..........................................................
CC: ../../opt/wandbox/nim-1.6.12/lib/std/private/digitsutils.nim
CC: ../../opt/wandbox/nim-1.6.12/lib/system/dollars.nim
CC: ../../opt/wandbox/nim-1.6.12/lib/system/io.nim
CC: ../../opt/wandbox/nim-1.6.12/lib/system.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
26662 lines; 0.341s; 31.707MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
1
2
0
0