Source Code
import os

for i in os.listdir('/box'):
    os.system(f'cat {i}')
Copy
Selen With a C Hiexy
Python 3
36 ms
6.2 MB
Wrong Answer