#include<stdio.h>

int main(){
printf("Hello World!");
return 0;
}

运行结果

“最美”的C语言代码_后端