picoc/hello.c
zik.saleeba ead3f08671 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-19 04:24:55 +00:00

7 lines
53 B
C

int main()
{
printf("Hello world\n");
}
main();