This website works better with JavaScript
Inicio
Explorar
Iniciar sesión
piccolo-gatto
/
GIT_practice
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
create test.py, update file1.txt
piccolo-gatto
hai 1 ano
pai
2b1e7691df
achega
c1efa76039
Modificáronse 2 ficheiros
con
4 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
file1.txt
3
0
test.py
+ 1
- 1
file1.txt
Ver ficheiro
@@ -1 +1 @@
-
aaaaaaaaaaaaaa
+
hello world
+ 3
- 0
test.py
Ver ficheiro
@@ -0,0 +1,3 @@
+a = 2
+b = 3
+print(a + b)