1 #include <stdio.h> 2 3 int main() 4 { 5 printf("Hello, World!\n"); 6 return 0; 7 }
Hello, World!
原文:http://www.cnblogs.com/dvel/p/4373462.html