3 lines
89 B
Text
3 lines
89 B
Text
|
|
assert(io.open("./output.txt", "w")):close()
|
||
|
|
assert(io.open("/output.txt", "w")):close()
|