Files
PX4-Autopilot/apps/examples/pashello/hello.pas
T
2011-12-19 19:24:09 +00:00

6 lines
66 B
ObjectPascal

program hello(output);
begin
writeln('Hello world!!!');
end.