现在的位置: 首页 > 综合 > 正文

hello, world!

2013年09月06日 ⁄ 综合 ⁄ 共 64字 ⁄ 字号 评论关闭
#include <stdio.h>

int main(void)
{
    printf("hello, world\n");
    return 0;
}

抱歉!评论已关闭.