mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
6 lines
66 B
ObjectPascal
6 lines
66 B
ObjectPascal
program hello(output);
|
|
begin
|
|
writeln('Hello world!!!');
|
|
end.
|
|
|