feat: add main script to print 'Hello World'

This commit is contained in:
patilk 2024-12-03 17:50:37 +01:00
parent 1b8770d1dd
commit bad186105f
Signed by: s500042
GPG Key ID: 1921AD722E7392EE

2
main.py Normal file
View File

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