Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wangxinyu2
/
group_practice
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
add_hello_world
tags/v1.0
wangxinyu
hace 6 días
padre
0d1eaddb30
commit
26cc92d5d7
Se han
modificado 1 ficheros
con
12 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+12
-0
JJL.c
+ 12
- 0
JJL.c
Ver fichero
@@ -0,0 +1,12 @@
#include "stdio.h"
int add(int a,int b)
{
return a + b;
}
int main()
{
printf("hello world!");
return 0;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar