hello world

来源:互联网 发布:服务器默认端口 编辑:程序博客网 时间:2024/06/16 00:04
#include<stdio.h>int main(){ printf("hello world"); return 0;}