HUOGAI hace 1 mes
padre
commit
4a8fe90c32
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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;
+}