dev/bash/gedit/hello.pas

5 lines
48 B
ObjectPascal
Raw Normal View History

2011-04-09 19:06:44 +04:00
begin
WriteLn('Hello, Free Pascal!');
end.