Bläddra i källkod

msg commit

master
Jen 3 år sedan
förälder
incheckning
98f0f1a1a5
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. +1
    -0
      .gitignore
  2. +1
    -0
      hello.py

+ 1
- 0
.gitignore Visa fil

@@ -3,6 +3,7 @@
__pycache__/
*.py[cod]
*$py.class
.vscode

# C extensions
*.so


+ 1
- 0
hello.py Visa fil

@@ -0,0 +1 @@
print("hello!")

Laddar…
Avbryt
Spara