4 lines
92 B
Elixir
4 lines
92 B
Elixir
File.regular?("input.txt")
|
|
File.dir?("docs")
|
|
File.regular?("/input.txt")
|
|
File.dir?("/docs")
|