/adventofcode-2023-rust

The Advent Of Code Problems in Rust.

Primary LanguageRust

🎄 Advent Of Code 2023 🎄

This is my attempt at the Advent of Code 2023 challenge.

How to run or test

Terminal command:

`cargo run/test --package day-$ --bin part$`

With RustRover / IntelliJ w/Rust Plugin plugin:

There are preconfigured run configurations for each day.

Project structure

î—¿ . (Cargo Workspace)
├──  day-x (Cargo Project)
│  ├──  src
│  │  └──  bin
│  │     ├──  part1.rs
│  │     ├──  input1.txt
│  │     ├──  part2.rs
│  │     └──  input2.txt
│  └──  Cargo.toml
└──  Cargo.toml