mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:23:25 +02:00
8 lines
61 B
ObjectPascal
8 lines
61 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
a,b : string;
|
|
begin
|
|
readln(a,' ',b);
|
|
end.
|