在github上的第一篇博客
#include
<stdio.h>
int
main
() {
printf
(
"Hello,World!"
);
return
0
; }
评论