Files
2026-05-09 16:40:29 +08:00

7 lines
84 B
Python

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