CodeWa
读懂每一行代码!
问题大全
new
+添加书签
你需要登录才能添加代码说明
+添加
修改
helloworld
/
helloworld.c
1
2
3
4
5
6
7
8
9
#include <stdio.h> int main(void) { printf("Hello World!\n"); return 0; }