Author
anonymous
almost 4 years ago
Language
Nim
Compiler
nim HEAD Version 1.5.1
Options
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(79, 5) Hint: 'INPUT_P1' is declared but not used [XDeclaredButNotUsed]
/home/jail/prog.nim(80, 5) Hint: 'INPUT_A' is declared but not used [XDeclaredButNotUsed]
/home/jail/prog.nim(82, 5) Hint: 'INPUT_C' is declared but not used [XDeclaredButNotUsed]
/home/jail/prog.nim(83, 5) Hint: 'INPUT_D' is declared but not used [XDeclaredButNotUsed]
/home/jail/prog.nim(81, 5) Hint: 'INPUT_B' is declared but not used [XDeclaredButNotUsed]
/home/jail/prog.nim(84, 5) Hint: 'INPUT_E' is declared but not used [XDeclaredButNotUsed]
/home/jail/prog.nim(85, 5) Hint: 'INPUT_F' is declared but not used [XDeclaredButNotUsed]
CC: stdlib_assertions.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: 24316 lines; 0.670s; 25.648MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
Hint: ***SLOW, DEBUG BUILD***; -d:release makes code run faster. [BuildMode]
123
Exit Code:
0