initial commit

This commit is contained in:
Yuichi Nishiwaki 2013-10-09 16:58:35 +09:00
commit e1d1a11f00
1 changed files with 8 additions and 0 deletions

8
src/main.c Normal file
View File

@ -0,0 +1,8 @@
#include <stdio.h>
int
main()
{
puts("hello");
return 0;
}