Add module to format numbers

This commit is contained in:
Claudio Ortolina
2025-09-02 08:26:59 +03:00
parent a4670412df
commit 408899747e
2 changed files with 55 additions and 0 deletions
@@ -0,0 +1,4 @@
defmodule MusicLibrary.FormatNumberTest do
use ExUnit.Case, async: true
doctest MusicLibrary.FormatNumber
end