楼上的给你个程序
main()
{
printf("hello,world");
getchar();
}
在dev-c++中试试
也或加个#include<stdio.h>
建议用int main()加return 0;
main()
{
printf("hello,world");
getchar();
}
在dev-c++中试试
也或加个#include<stdio.h>
建议用int main()加return 0;
You have lots more to work on! Never give up!c language!