Merge pull request 'feat: add main script to print 'Hello World'' (#1) from 1-iss1 into main

Reviewed-on: #1
This commit is contained in:
patilk 2024-12-03 17:52:18 +01:00
commit a01215c913

2
main.py Normal file
View File

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