Language
Nim
Compiler
nim 0.19.2
Options
$ nim c ./prog.nim
This is text in data/mytext.txt.
Exit Code:
0
Author
anonymous
over 6 years ago
Nim
nim 0.19.2
Author
anonymous
over 6 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-0.19.2/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: prog [Processing]
Hint: macros [Processing]
prog.nim(8, 7) Hint: This text is read at compile time. [User]
CC: prog
CC: stdlib_system
CC: stdlib_macros
Hint: [Link]
Hint: operation successful (13906 lines compiled; 0.978 sec total; 16.328MiB peakmem; Debug Build) [SuccessX]
This is text in data/mytext.txt.