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