incubator-nuttx/examples/pashello/hello.pas

6 lines
66 B
Plaintext

program hello(output);
begin
writeln('Hello world!!!');
end.