This website requires JavaScript.
Explore
Help
Sign In
OrgApache
/
incubator-nuttx
mirror of
https://github.com/apache/incubator-nuttx.git
Watch
1
Star
0
Fork
You've already forked incubator-nuttx
0
Code
Issues
Releases
Wiki
Activity
d575215da3
incubator-nuttx
/
examples
/
pashello
/
hello.pas
6 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 23:35:40 +08:00
program hello(output);
begin
writeln('Hello world!!!');
end.