hello world

来源:互联网 发布:加密软件破译 编辑:程序博客网 时间:2024/05/23 01:20

#include<stdio.h>
void main()
{
    printf("hello, world");
}

原创粉丝点击