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