Helloworld

1 # include "stdio.h" 
2 int main(){
3     printf("Hello world!\n");
4     return 0;
5 }

 

posted @ 2018-07-20 14:42  啊,哈哈  阅读(79)  评论(0)    收藏  举报