This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-21 13:38:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
ea4e5d904f
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 15:35:40 +00:00
program
hello
(
output
)
;
begin
writeln
(
'Hello world!!!'
)
;
end
.
Reference in a new issue
Copy permalink