hello world

来源:互联网 发布:mysql 博客 编辑:程序博客网 时间:2024/06/06 03:41

#include <stdio.h>

int main(void)
{

printf("hello world\n");

return 0;

}

0 0
原创粉丝点击