标签:
#include <stdio.h> int main(void) { printf("Hell World!"); return 0; }
hello.c
原文地址:http://www.cnblogs.com/kongxl/p/4273709.html