test_helloworld!

来源:互联网 发布:热血虎卫源码 编辑:程序博客网 时间:2024/05/29 19:03

#include<stdio.h>


int main(void)

{

    printf("hello world!\n");

    return 0;

}

原创粉丝点击