4 lines
84 B
Lua
4 lines
84 B
Lua
os.remove("input.txt")
|
|
os.remove("/input.txt")
|
|
os.remove("docs")
|
|
os.remove("/docs")
|