I have no idea what I'm doing in Rust, and I definitely don't understand borrowing yet, so this is a hideous solution on multiple fronts. I'm not sure that I'll be sticking with Rust as AoC doesn't feel like a conducive environment to learn it in.
9 lines
176 B
TOML
9 lines
176 B
TOML
[package]
|
|
name = "aoc2021"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|