Hello World

#include<stdio.h>

int main()
{
    
  printf("hello world\n");

 return 0;      
}

 

 

  1. #include <stdio.h>  
  2.   
  3. int main()  
  4. {  
  5.     printf("hello world!\n");  
  6.     return 0;  
  7. }
posted @ 2014-11-17 10:50  来杯绿茶  阅读(133)  评论(0编辑  收藏  举报