HUOGAI 1 月之前
父節點
當前提交
4a8fe90c32
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      a.c

+ 7 - 0
a.c

@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(void) {
+  int i=0;
+  printf("hello,world\n");
+  return 0;
+}