This commit is contained in:
2025-12-05 16:57:52 -05:00
commit 2f3d42cf5f
23 changed files with 1264 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
defmodule FileProcessorTest do
use ExUnit.Case
doctest FileProcessor
test "greets the world" do
assert FileProcessor.hello() == :world
end
end