Skip to content

mfrdbigolin/AoC2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2023: Advent of Code 2023 Rust Solutions

Public license Programming Language

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.

Usage

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 dayDAY.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

Licensing

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.

About

Advent of Code 2023 with Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages