fpc/tests/tbf0010.pp
1998-10-28 10:06:25 +00:00

7 lines
54 B
ObjectPascal

program hello;
begin
writeln('Hello);
end.