Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 501 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 501 Bytes

advent_of_code_rust

A monorepo containing solutions for various years written in Rust.

This is a learning exercise for me, so not all code will be idiomatic, and not all problems will be attempted or have solutions.

This year, I will be using ChatGPT (through Jetbrains AI Assistant) to learn Rust and its idioms. I will not be using it to actually solve the problems.

Scaffolding

cargo run -- [year] [day] [session] [end]
cargo run --bin scaffold [year] [day] [session] [end]