Ver Fonte

create test.py, update file1.txt

piccolo-gatto há 1 ano atrás
pai
commit
c1efa76039
2 ficheiros alterados com 4 adições e 1 exclusões
  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)