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