Hello, world!

  首篇博客,正式开坑……

1 #include<cstdio>
2 int main()
3 {
4     printf("Hello, world!");
5     return 0;
6 }

 

posted @ 2016-10-11 17:19  xqmmcqs  阅读(102)  评论(0编辑  收藏  举报