dev/bash/gedit/hello.pas
2011-04-09 19:06:44 +04:00

5 lines
48 B
ObjectPascal

begin
WriteLn('Hello, Free Pascal!');
end.