3 Commits

Author SHA1 Message Date
  Michael 0ec1c9f177 add world 3 years ago
  Michael f0baee96e1 supp vscode 3 years ago
  Michael ed7e9d1c8b add hello 3 years ago
2 changed files with 2 additions and 0 deletions
Split View
  1. +1
    -0
      .gitignore
  2. +1
    -0
      hello.py

+ 1
- 0
.gitignore View File

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

# C extensions
*.so


+ 1
- 0
hello.py View File

@@ -0,0 +1 @@
print('hello world !')

Loading…
Cancel
Save