This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
c520a9867c
nuttx
/
examples
/
pashello
/
hello.pas
6 lines
66 B
ObjectPascal
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 16:35:40 +01:00
program
hello
(
output
)
;
begin
writeln
(
'Hello world!!!'
)
;
end
.
Reference in New Issue
Copy Permalink