Initial release

This commit is contained in:
Pierre Pronchery 2008-03-06 03:30:10 +00:00
parent 5a1ddbf786
commit 2f77bc1b94

5
src/test/hello.c Normal file
View File

@ -0,0 +1,5 @@
int main()
{
printf("%s", "Hello, world!\n");
return 0;
}