add day7 with elixir
This commit is contained in:
parent
37165b60fd
commit
136802984d
11 changed files with 1311 additions and 0 deletions
8
23/elixir/test/aoc_test.exs
Normal file
8
23/elixir/test/aoc_test.exs
Normal file
|
@ -0,0 +1,8 @@
|
|||
defmodule AocTest do
|
||||
use ExUnit.Case
|
||||
doctest Aoc
|
||||
|
||||
test "greets the world" do
|
||||
assert Aoc.hello() == :world
|
||||
end
|
||||
end
|
1
23/elixir/test/test_helper.exs
Normal file
1
23/elixir/test/test_helper.exs
Normal file
|
@ -0,0 +1 @@
|
|||
ExUnit.start()
|
Loading…
Add table
Add a link
Reference in a new issue