4 lines
112 B
OCaml
4 lines
112 B
OCaml
Sys.file_exists "input.txt";;
|
|
Sys.file_exists "docs";;
|
|
Sys.file_exists "/input.txt";;
|
|
Sys.file_exists "/docs";;
|