标签:
#include <stdio.h>
int main()
{
printf("Hello word\n");
return 0;
}
第一个程序
原文地址:http://www.cnblogs.com/dxf-0/p/5355007.html