Infra
This commit is contained in:
15
lib/day1.ex
Normal file
15
lib/day1.ex
Normal file
@@ -0,0 +1,15 @@
|
||||
defmodule Aoc2023.Day1 do
|
||||
use Aoc2023
|
||||
|
||||
def parse(input) do
|
||||
input
|
||||
end
|
||||
|
||||
def part1(input) do
|
||||
nil
|
||||
end
|
||||
|
||||
def part2(input) do
|
||||
nil
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user