2 lines
81 B
Elixir
2 lines
81 B
Elixir
path = hd(System.argv)
|
|
IO.puts File.dir?(path) and Enum.empty?( File.ls!(path) )
|
path = hd(System.argv)
|
|
IO.puts File.dir?(path) and Enum.empty?( File.ls!(path) )
|