day 1 done
This commit is contained in:
18
lib/advent_of_code.ex
Normal file
18
lib/advent_of_code.ex
Normal 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
1054
lib/day01.ex
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user