Browse Source

msg commit

master
Jen 3 years ago
parent
commit
98f0f1a1a5
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +1
    -0
      hello.py

+ 1
- 0
.gitignore View File

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


# C extensions # C extensions
*.so *.so


+ 1
- 0
hello.py View File

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

Loading…
Cancel
Save