fpc/tests/webtbs/tw41064.pp
florian 24faf6e0f1 * proper naming
- remove readln
2024-12-23 10:55:06 +01:00

9 lines
68 B
ObjectPascal

program project1;
{$I iwb41064.msg}
begin
writeln(Hello);
end.