9
0
Fork 0
nuttx-bb/apps/examples/pashello/hello.pas

6 lines
66 B
ObjectPascal

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