feat: rename file names

This commit is contained in:
2025-08-28 22:58:31 +08:00
parent adef046ee4
commit e138d96edc
4 changed files with 1 additions and 1 deletions

4
hello_world.py Executable file
View File

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