1.1 Getting Started

作者在 2009-02-13 07:52:33 发布以下内容
the program to print "hello, world"
==============
#include <stdio.h>
int main(void)
{
    printf("hello, world");
   
    return 0;
}
 
文章评论,共0条
游客请输入验证码
浏览27700次
文章归档