5 lines
92 B
OCaml
5 lines
92 B
OCaml
try
|
|
while true do
|
|
output_char stdout (input_char stdin)
|
|
done
|
|
with End_of_file -> ()
|