Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1012 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 1012 Bytes

Advent of Code 2023

Language Days completed Stars

This repository contains my solutions for the Advent Of Code 2023 challenges. For more information visit: https://adventofcode.com/2023/about

The solutions to the days can be run using cargo run -p dayxy (e.g. -p day01) and a new day can be generated by running cargo run -p add-day.

The puzzle inputs are only encrypted inside this repository because of the various discussions about whether the inputs should be public or not inside the AoC community over the recent years. Unit tests are done using the public example given with each task. The solution is run with my own puzzle input in CI to verify it is working, but the input and solutions are not revealed.