首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴yl291145401的代码贴C语言
/* just a test */
#include <stdio.h>

int main(int argc, char *argv[]){

    printf("Hello world");
    return 0;
}
阅读全部 | 2011年11月1日 02:36
1
yl291145401