Add main.py

This commit is contained in:
2021-11-08 21:20:51 +13:00
parent afea6518d1
commit c0e4f76170

5
src/main.py Normal file
View File

@@ -0,0 +1,5 @@
def main():
print("Hello World")
if __name__ == "__main__":
main()