initial commit

This commit is contained in:
Daniel 2024-09-26 02:44:13 -05:00
commit 1777ae8eca
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

1
src/main.py Normal file
View File

@ -0,0 +1 @@
print("Hello world.")