6 lines
71 B
Text
6 lines
71 B
Text
file f;
|
|
data b;
|
|
f.stdin;
|
|
while (f.b_line(b) ^ -1) {
|
|
o_(b, "\n");
|
|
}
|