day 1 done

This commit is contained in:
m5r
2024-12-03 21:59:56 +01:00
commit 1d11636497
6 changed files with 1151 additions and 0 deletions

18
lib/advent_of_code.ex Normal file
View File

@ -0,0 +1,18 @@
defmodule AdventOfCode do
@moduledoc """
Documentation for `AdventOfCode`.
"""
@doc """
Hello world.
## Examples
iex> AdventOfCode.hello()
:world
"""
def hello do
:world
end
end

1054
lib/day01.ex Normal file

File diff suppressed because it is too large Load Diff