测试消息-随笔
时间:2014-08-13 12:29:56
收藏:0
阅读:284
<h1>h1</h1>
1 #include <stdio.h>
2 int main(void)
3 {
4 printf("Hello, world!\n");
5 return 0;
6 }
原文:http://www.cnblogs.com/donatello/p/3909456.html
评论(0)