first commit

This commit is contained in:
2021-11-28 16:41:06 +01:00
commit 4c4acebbf8
2 changed files with 72 additions and 0 deletions

10
src/day_1.jl Normal file
View File

@@ -0,0 +1,10 @@
include(joinpath(readchomp(`git rev-parse --show-toplevel`), "aoc.jl"))
import .Aoc: @aoc
function p1(input)
nothing
end
p2(input) = nothing
@aoc(2021, 1)