1 2 3 4 5 6 7 8
fun main() { var c = read(1); var l = 0; while (len(c) == 1) { l = write(c); c = read(1) } }