4 lines
86 B
Text
4 lines
86 B
Text
File.rm!("input.txt")
|
|
File.rmdir!("docs")
|
|
File.rm!("/input.txt")
|
|
File.rmdir!("/docs")
|