Files
ctf/catthegray25/pwn/dist-infinite_connect_four/main.py
2025-06-06 01:40:17 +02:00

7 lines
104 B
Python

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