HUOGAI 1 ay önce
ebeveyn
işleme
4a8fe90c32
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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;
+}