登录 注册

hello world!

收藏
[C] 标签: 2013-02-07 16:20
原始代码 全屏查看 0评 / 0藏 / 4538阅  跳至 / 7行
1
2
3
4
5
6
7
/* this is just a test */
#include<stdio.h>
int main(void)
{
        printf("hello world!\n");
        return 0;
}

最新评论

  · · · · · ·  (共0条)

目前还没有评论

登录后您才可以发表评论。 马上登录 立即注册
hi_fly
2013-02-07加入
专攻学术,成就梦想~~
hi_fly最近分享的代码
Back to Top