第一次使用博客园,先来个入门程序,不喜勿喷。
1 #include <stdio.h> 2 3 int main() 4 { 5 printf("Hello World! "); 6 return 0; 7 }
显示结果: