4 lines
80 B
Ruby
4 lines
80 B
Ruby
|
|
File.delete("output.txt", "/output.txt")
|
||
|
|
Dir.delete("docs")
|
||
|
|
Dir.delete("/docs")
|