My solutions for advent of code 2023 in Julia.
git clone https://github.com/davekch/aoc23 --recursivein a julia repl:
] activate .
] instantiatesource setup.sh
initjl
cd dayDD
julia --projectpush!(LOAD_PATH, cwd())
using Revise
using AoC, Solver
# edit Solver.jl
test()
main()