mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 23:40:21 +08:00
6 lines
66 B
ObjectPascal
6 lines
66 B
ObjectPascal
program hello(output);
|
|
begin
|
|
writeln('Hello world!!!');
|
|
end.
|
|
|