picoctf/misc/glitch_cat/solve.py

7 lines
145 B
Python
Raw Permalink Normal View History

2024-09-01 22:10:44 +02:00
#!/usr/bin/env python3
if __name__ == "__main__":
with open('./output.txt') as file:
content = file.read()
print(eval(content))