This website requires JavaScript.
Explore
Help
Sign In
gered
/
picoc
Watch
1
Star
0
Fork
You've already forked picoc
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
ead3f08671
picoc
/
hello.c
7 lines
53 B
C
Raw
Normal View
History
Unescape
Escape
Initial checkin of picoc. Not working yet. git-svn-id: http://picoc.googlecode.com/svn/trunk@2 21eae674-98b7-11dd-bd71-f92a316d2d60
2008-10-12 20:53:28 -04:00
int
main
(
)
{
printf
(
"
Hello world
\n
"
)
;
}
Updated hello.c to current syntax. Fixed a bug in string constant handling. git-svn-id: http://picoc.googlecode.com/svn/trunk@11 21eae674-98b7-11dd-bd71-f92a316d2d60
2008-12-18 23:24:55 -05:00
main
(
)
;
Reference in a new issue
Copy permalink