Ver Fonte

add a.c

HUOGAI há 1 mês atrás
pai
commit
4a8fe90c32
1 ficheiros alterados com 7 adições e 0 exclusões
  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;
+}