profive/main.py
2025-07-23 00:09:02 +07:00

7 lines
85 B
Python

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