Trying to do advent of code in Rust. I am very new to rust so please help if you see me doing something stupid!!
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 129 B view raw
1[package] 2name = "day11" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7clap = { version = "4.5.53", features = ["derive"] }