Files
ctf/2025/catthegrey/pwn/dist-infinite_connect_four/main.py
2025-06-06 03:13:31 +02:00

7 lines
104 B
Python

def main():
print("Hello from dist-infinite-connect-four!")
if __name__ == "__main__":
main()