This commit is contained in:
deng
2025-09-04 09:49:38 +08:00
commit aadd043e9d
5 changed files with 24 additions and 0 deletions

6
main.py Normal file
View File

@ -0,0 +1,6 @@
def main():
print("Hello from embrace-life!")
if __name__ == "__main__":
main()