This commit is contained in:
2025-12-05 16:59:24 -05:00
commit 1fc90a0319
13 changed files with 298 additions and 0 deletions

8
bert/test/bert_test.exs Normal file
View File

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