picoCTF/000-999/147/main.py

3 lines
71 B
Python

with open('./000-999/147/inputs/flag') as file:
print(file.read())