HUOGAI 1 mese fa
parent
commit
4a8fe90c32
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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;
+}