dev/bash/gedit/hello.pas

5 lines
48 B
ObjectPascal

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