marui_base

导航

2011年10月23日 #

hello world by c

摘要: 1: #include <stdio.h> 2: 3: int main(int argc, char* argv[]) 4: { 5: printf("hello, world!\n"); 6: return 0; 7: }this is a good place to share. 阅读全文

posted @ 2011-10-23 13:49 marui_base 阅读(218) 评论(2) 推荐(0)