My Rust solutions to Advent of Code 2023 (also known as AoC2023) to placate the Ghosts of Christmas.
When working on my solutions, I strive to make them as general as possible, that is, they could be adapted to solve similar problems. Elegance, readability, and efficiency, in this order, are also my concerns, though secondary after generality.
The general usage of advent
, for a particular DAY, is
cargo run
DAY
Additionally, if you have another input for a particular day stored in the
inputs
’ folder, name it in the format day
DAY
.
EXT
.txt
, where
EXT is any arbitrary extension. To use it, append EXT to the end of the
command, like this:
cargo run
DAY
EXT
This repository is licensed with the MIT (Expat) (SPDX-License-Identifier: MIT); everyone with a copy of this software is permitted to use, modify, distribute, and/or sublicense it, provided that the LICENSE and the copyright headers on the top of each source file are preserved in copies of this package.
There is no warranty of any kind for this material, nor the author is liable for any third-party use of this collection. For more details and clarification, please read the LICENSE in full text.