fix indentation and cleanup
This commit is contained in:
parent
5aa86cfc4c
commit
15d29a1403
6
aoc.jl
6
aoc.jl
@ -25,9 +25,9 @@ end
|
|||||||
|
|
||||||
function _setup_aoc(year, day)
|
function _setup_aoc(year, day)
|
||||||
path = _data_path(day)
|
path = _data_path(day)
|
||||||
if isfile(path)
|
if isfile(path)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
open(path, "w") do f
|
open(path, "w") do f
|
||||||
write(f, _get_input(year, day))
|
write(f, _get_input(year, day))
|
||||||
end
|
end
|
||||||
|
@ -5,6 +5,8 @@ function p1(input)
|
|||||||
nothing
|
nothing
|
||||||
end
|
end
|
||||||
|
|
||||||
p2(input) = nothing
|
function p2(input)
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
@aoc(2021, 1)
|
@aoc(2021, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user