Initial commit
This commit is contained in:
commit
ca3e3c46ee
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
venv/
|
||||
*.ipynb_checkpoints/
|
||||
.vscode/
|
||||
__pycache__/
|
||||
2
src/main.py
Normal file
2
src/main.py
Normal file
@ -0,0 +1,2 @@
|
||||
def main():
|
||||
return 0
|
||||
Loading…
Reference in New Issue
Block a user