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