nuttx/examples/pashello/hello.pas
patacongo b114621101 Script clobbered pascal test file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@638 42af7a65-404d-4744-a932-0658087f49c3
2008-02-06 15:35:40 +00:00

6 lines
66 B
ObjectPascal

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