Initial commit

This commit is contained in:
2024-05-10 21:41:50 +02:00
commit 4e84fcd52f
7 changed files with 108 additions and 0 deletions

18
lib/find_old_mp3s.ex Normal file
View File

@@ -0,0 +1,18 @@
defmodule FindOldMp3s do
@moduledoc """
Documentation for `FindOldMp3s`.
"""
@doc """
Hello world.
## Examples
iex> FindOldMp3s.hello()
:world
"""
def hello do
:world
end
end