Language
Nim
Compiler
nim 1.6.8
Options
$ nim c ./prog.nim
100
100
using our own proc
(100, 3.141592741012573)
using our own proc
(100, 3.141592741012573)
Exit Code:
0
Author
anonymous
over 2 years ago
Nim
nim 1.6.8
Author
anonymous
over 2 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-1.6.8/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.8/config/config.nims' [Conf]
...........................................................
CC: ../../opt/wandbox/nim-1.6.8/lib/std/private/digitsutils.nim
CC: ../../opt/wandbox/nim-1.6.8/lib/system/formatfloat.nim
CC: ../../opt/wandbox/nim-1.6.8/lib/system/dollars.nim
CC: ../../opt/wandbox/nim-1.6.8/lib/system/io.nim
CC: ../../opt/wandbox/nim-1.6.8/lib/system.nim
CC: a.nim
CC: b.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
26712 lines; 0.351s; 31.613MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
100
100
using our own proc
(100, 3.141592741012573)
using our own proc
(100, 3.141592741012573)