COMP: Fixed form of function main.

This commit is contained in:
Brad King 2006-02-14 15:15:48 -05:00
parent 21975ceda5
commit 9762573aa9
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#include "generated.h"
main()
int main()
{
return 0;
}