Skip to content

Repository files navigation

AoC 2023

My solutions for advent of code 2023 in Julia.

setup

git clone https://github.com/davekch/aoc23 --recursive

in a julia repl:

] activate .
] instantiate

workflow

source setup.sh
initjl
cd dayDD
julia --project
push!(LOAD_PATH, cwd())
using Revise
using AoC, Solver
# edit Solver.jl
test()
main()

About

advent of code solutions 2023 in julia

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages