382e846 ^
1 2 3 4 5 6 7 8
program hello; var inputString: string; begin readln(inputString); writeln('Hello, World.'); writeln(inputString); end.