Ok i am trying to get the hello world script to exicute and it wont. it keeps telling me there are errors, see if you can find the problem:
// Include files
#include <stdio.h>
// Aplication Initialization
int main ()
{
printf ("hello, World!\n"
return 0;
}
this is what i got from a tutorial, i just dont understand why such a simple script wont work.
// Include files
#include <stdio.h>
// Aplication Initialization
int main ()
{
printf ("hello, World!\n"
return 0;
}
this is what i got from a tutorial, i just dont understand why such a simple script wont work.