nuttx-apps/examples/pashello/hello.pas
patacongo bafd2949c3 Move nuttx/examples to apps/examples
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
2011-03-20 18:18:19 +00:00

6 lines
66 B
ObjectPascal

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