5 lines
88 B
Text
5 lines
88 B
Text
decl file f
|
|
f.delete "input.txt"
|
|
f.delete "docs"
|
|
f.delete "/input.txt"
|
|
f.delete "/docs"
|