最后活跃于 1 month ago

C语言版helloworld

shumengya 修订了这个 Gist 1 month ago. 转到此修订

1 file changed, 6 insertions

hello.c(文件已创建)

@@ -0,0 +1,6 @@
1 + #include <stdio.h>
2 +
3 + int main(int argc, char *argv[]) {
4 + printf("Hello, World!\n");
5 + return 0;
6 + }
上一页 下一页