Blah.. correct coding proceedure..

#include <stdio.h>

int main()
{
printf("blah blah\n");

return(0);
}


Main is a funciton like all others and should have a friggin' return value..

As for your compilation syntax.. cc -o blah blah.c

Oh ya.. and the link to the best tutorial.. http://www.google.com

If people can't use a serach engine, you have no point computing.