Quote Originally Posted by Usun View Post
#include <stdio.h>

int main(void)
{
printf("Hello, World\n");
return 0;
}


. . .


Nice to meet you.
I'm sorry but K&R didn't use int main(void) it was just main() and they didn't have a return 0; Also they didn't capitalize hello, world. Sadly you've fail your intro to C project because I'm a jerk grader.