5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
|
Program test;
|
||
|
begin
|
||
|
writeln('test');
|
||
|
end.
|