I'm trying to teach myself the C programming lanquage but i can't eve get hello world off the ground lol, here's the code i have, it'd refuses to compile and says there is a problem with the { any help would be usefull.....maby i'm not cut out to program, i'm u sing the apple program builder in mac os 10.1
#include <stdio.h>
main();
{
printf ("Hellow World!/n");
}
#include <stdio.h>
main();
{
printf ("Hellow World!/n");
}