remove empty test file
This commit is contained in:
parent
a5afb8b355
commit
9217bf68f0
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
defmodule Day1Test do
|
||||
use ExUnit.Case
|
||||
|
||||
test "solve" do
|
||||
{_, content} = File.read("./test/test1.txt")
|
||||
IO.puts(Day1_2024.solve(content |> String.split("\n")))
|
||||
assert 1 == 1
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue