feat: hello world

This commit is contained in:
2025-08-27 23:31:34 +08:00
parent 4486330415
commit 1423102e7e
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.idea/
# ---> macOS # ---> macOS
# General # General
.DS_Store .DS_Store

4
HelloWorld.py Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
if __name__ == "__main__":
print("hello world.")