2 Commits

Se han modificado 1 ficheros con 1 adiciones y 0 borrados
Dividir vista
  1. +1
    -0
      hello.c

+ 1
- 0
hello.c Ver fichero

@@ -1,6 +1,7 @@
int add(int a, int b) {

int c = 10;
int a = 7;
return a + b;
}



Cargando…
Cancelar
Guardar