Advent of Code 2024

thoughts and solutions

 

Day 24

file:test/Day24Spec.jl
# add tests
file:src/Day24.jl
module Day24

function main(io::IO)
    return nothing
end

end