uses crt;var x:string;begin while not eof(input) do begin readln(x); writeln(x); end;end.
abc 123
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!