高手们 帮我看看 我哪里错了 怎么运行不了啊
//-----------------------hello.c--------------------------/*
File name: hello.c
Comments: This file contains a simple sample progra.
*/
//-------------------Include Files------------------------
#include <stdio.h>
//-----------------end Include Files----------------------
int main()
{
printf("Hello,World\n");
return(0);
}
//---------------------end hello.c------------------------