picoCTF/000-999/147/main.py

6 lines
125 B
Python
Raw Normal View History

2023-08-23 21:39:32 +00:00
if __name__ == '__main__':
with open('./000-999/147/inputs/flag') as file:
input = file.read()
print(input)