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