测试 test-001

测试一下博客的功能

helloworld

1 #include<cstdio>
2 #include <iostream>
3 using namespace std;
4 int main()
5 {
6     printf("hello,world \n");
7     return 0;
8 }
hello,world

 

posted @ 2015-10-02 13:01  HELLO----WORLD  阅读(130)  评论(0编辑  收藏  举报