Explorar el Código

create test.py, update file1.txt

piccolo-gatto hace 1 año
padre
commit
c1efa76039
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 1 1
      file1.txt
  2. 3 0
      test.py

+ 1 - 1
file1.txt

@@ -1 +1 @@
-aaaaaaaaaaaaaa
+hello world

+ 3 - 0
test.py

@@ -0,0 +1,3 @@
+a = 2
+b = 3
+print(a + b)