3 lines
71 B
Python
3 lines
71 B
Python
|
with open('./000-999/147/inputs/flag') as file:
|
||
|
print(file.read())
|