This repo contains my solutions to Advent of Code 2022, written in Rust!
For each day:
- solutions are a
src/<day>.rs - input files are in
input/<day>.txt
To run the solution for a particular day, call the following:
cargo run --bin <day>| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo contains my solutions to Advent of Code 2022, written in Rust!
For each day:
src/<day>.rsinput/<day>.txtTo run the solution for a particular day, call the following:
cargo run --bin <day>