Skip to content

BorisBoutillier/advent-of-code-2023

Repository files navigation

Advent of Code 2023

This is the code that I have developped to solve the puzzles of the Advent of Code 2023

This is raw code quality, where my goal is to find the solution, not to be the most readable/maintainable code, in particular no cleaning is done after I have solved the puzzle.

Usage

# To run the provided example for each part:
cargo test --bin day-XX
# To run the 
cargo run --release --bin day-XX -- [part1|part2] (-i|--input path_of_file)?
  • XX is the day
  • [part1|part2] is for part 1 or part 2.
  • --input: Defined path of input file to use, defaults to day-XX/input.txt, whichh is my personal input file from AoC.

A Question on a solution/code ?

-> File an issue, or you contact me on discord username 'bobox_214'

As said, this code is raw, with no comment, no explanation. But if you are interested in one of my solution and have questions, don't hesitate to file an issue or contact me on discord, username 'bobox_214'.

About

My code for solving Advent of Code 2023 exercises in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages