This is my attempt at the Advent of Code 2023 challenge.
`cargo run/test --package day-$ --bin part$`
There are preconfigured run configurations for each day.
î—¿ . (Cargo Workspace)
├──  day-x (Cargo Project)
│ ├──  src
│ │ └──  bin
│ │ ├──  part1.rs
│ │ ├──  input1.txt
│ │ ├──  part2.rs
│ │ └──  input2.txt
│ └──  Cargo.toml
└──  Cargo.toml