#补录 学习C的第一天

42 阅读1分钟

//写一个程序 hello world!

#include<stdio.h>

int mian()

{

printf("hello world!\n");

}