first commit
This commit is contained in:
10
src/day_1.jl
Normal file
10
src/day_1.jl
Normal 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)
|
Reference in New Issue
Block a user