e80465dac ^
1 2 3 4 5 6 7
# test the file-IO proc main() = for line in lines("thello.nim"): writeLine(stdout, line) main()