Advent of Code 2024

thoughts and solutions

 

Day 23

file:test/Day23Spec.jl
# add tests
file:src/Day23.jl
module Day23

function main(io::IO)
    return nothing
end

end