Files
2025-09-20 21:10:36 +02:00

7 lines
97 B
Python

def main():
print("Hello from cscg-2025-intro-pwn!")
if __name__ == "__main__":
main()