This repository contains code for the 2023 shuttle.rs Christmas code hunt.
Challenges for all the days have been completed and can be validated using the validate_cch23.sh script.
Alternatively, it can be run with the following cargo command:
cargo shuttle run
Or in watch mode:
cargo watch -qcx 'shuttle run'