C语言Helloworld

来源:互联网 发布:qq炫舞神域名片夹底图 编辑:程序博客网 时间:2024/05/29 10:58
#include <stdio.h>
int main (){
    printf("hello my  world!");
    printf("hello world!");
    return 0;
}
原创粉丝点击