Initial release

This commit is contained in:
Aurélien Geron
2024-12-06 19:44:29 +13:00
commit adfaafec83
10 changed files with 1323 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule Aoc2024Test do
use ExUnit.Case
doctest Aoc2024
test "greets the world" do
assert Aoc2024.hello() == :world
end
end
+1
View File
@@ -0,0 +1 @@
ExUnit.start()