Files
CVTH3PE/hello.py
2025-03-03 11:14:21 +08:00

7 lines
85 B
Python

def main():
print("Hello from cvth3pe!")
if __name__ == "__main__":
main()