Language
Nim
Compiler
nim HEAD Version 1.5.1
Options
$ nim c ./prog.nim
List
Ident 1
Ident 3
Ident 4
List
Ident 4
Ident 5
List
Ident 5
Ident 6
Exit Code:
0
Author
anonymous
almost 4 years ago
Nim
nim HEAD Version 1.5.1
Author
anonymous
almost 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]
............................................................................
/home/jail/prog.nim(1, 11) Warning: imported and not used: 're' [UnusedImport]
CC: stdlib_assertions.nim
CC: stdlib_digitsutils.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: stdlib_strutils.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
41309 lines; 1.269s; 61.512MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
List
Ident 1
Ident 3
Ident 4
List
Ident 4
Ident 5
List
Ident 5
Ident 6