新开博客,希望有个好用的博客来记录学习的点点滴滴

代码测试

 

  1. #include<stdio.h>  
  2. int main(void){  
  3.     printf("Hello World");  
  4.     return 0;