mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
6 lines
66 B
ObjectPascal
6 lines
66 B
ObjectPascal
|
|
program hello(output);
|
||
|
|
begin
|
||
|
|
writeln('Hello world!!!');
|
||
|
|
end.
|
||
|
|
|