miller/perf/nimlc.nim
2016-01-19 21:32:37 -05:00

4 lines
80 B
Nim

var line_count = 0
for line in stdin.lines:
line_count += 1
echo (line_count)