Skip to content

aliromei/aoc23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 20243

Solutions for Advent of Code 2023
Also using codebase of Axel Lindeberg's AdventOfCode2023

Usage

# run specific day in XX format
cargo run --release --bin XX
# run all days
cargo run --release

Additional conventions

install aoc command via:

cargo install aoc-ctl

get each day's puzzle and inputs

aoc download \
    --input-file inputs/XX.in \
    --puzzle-file puzzles/XX.md \
    --day X -o