pascalabcnet/TestSuite/formatter_tests/input/shortprogram1.pas

9 lines
58 B
ObjectPascal
Raw Permalink Normal View History

2021-02-28 13:11:00 +03:00
###
uses School;
procedure p;
begin
writeln;
end;
p;