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