4 lines
90 B
OCaml
4 lines
90 B
OCaml
Sys.remove "input.txt";;
|
|
Sys.remove "/input.txt";;
|
|
Sys.rmdir "docs";;
|
|
Sys.rmdir "/docs";;
|