7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
Program test;
|
|
var
|
|
i: Longint;
|
|
begin
|
|
writeln('Really simple test');
|
|
end.
|