Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wangxinyu2
/
test
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
add_helloWorld
master
wangxinyu
hace 1 semana
commit
61bce8c6bc
Se han
modificado 2 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
.gitignore
+7
-0
hello.c
+ 2
- 0
.gitignore
Ver fichero
@@ -0,0 +1,2 @@
.vscode/
build/
+ 7
- 0
hello.c
Ver fichero
@@ -0,0 +1,7 @@
#include <stdio.h>
void main()
{
printf("hello world");
return 0;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar