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(4, 7) Hint: 'val' is declared but not used [XDeclaredButNotUsed]
let val = "<html lang=\"en\" kub=\"flee\">\n <head>\n <meta charset=\"UTF-8\"/>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n </head>\n <body>\n <p hello=/>\n <p></p>\n <p>\n hello there \n <br/>\n 8\n </p>\n </body>\n</html>\n"
/home/jail/prog.nim(4, 7) Hint: 'val' is declared but not used [XDeclaredButNotUsed]
CC: stdlib_assertions.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: 24724 lines; 0.732s; 31.949MiB peakmem; Debug build; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
Exit Code:
0