Hello Word

来源:互联网 发布:淘宝客要不要开通 编辑:程序博客网 时间:2024/06/15 16:57

#include<stdio.h>

int mian()

{

printf("Hello,Word!");

        return 0;


}

原创粉丝点击