JSRUN
# c语言第一个程序 include ``` stdio.h ``` int main() { printf("hello world!"); return 0; }
使用此草稿 删除草稿
include
stdio.h
int main() { printf("hello world!"); return 0; }