Test gas file

This commit is contained in:
Joshua Peek
2011-06-01 11:35:16 -05:00
parent 552b3b5245
commit 48250bf09c
3 changed files with 66 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#include <stdio.h>
void main()
int main()
{
printf("Hello World\n");
return 0;
}