Skip to content

My solutions to the Advent Of Code 2023 challanges using Rust

License

Notifications You must be signed in to change notification settings

hlxid/AdventOfCode2023

Repository files navigation

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.

About

My solutions to the Advent Of Code 2023 challanges using Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages