🔄 Refactor main function in hello-world project

This commit is contained in:
2026-04-11 11:52:17 +08:00
parent 3943e5a020
commit 1cde9d325e

View File

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