Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 924 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 924 Bytes

Advent of Code 2023

Goal

Complete Advent of Code 2023 in rust with 100% test coverage.

2023 Results

Day Part 1 Part 2
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9

Build and Run

Build with cargo

cargo build --release

Run

cargo run --release
# or
./target/release/aoc-2023