Add main.py

This commit is contained in:
+5
View File
@@ -0,0 +1,5 @@
def hello():
return "Hello, world!"
if __name__ == "__main__":
print(hello())