kenyontu / aoc-2022-rust

Advent of Code 2022 solutions in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 solutions in Rust

Notice: I'm re-writing all the solutions now that I am more experienced with Rust. Current progress:

  • day-01
  • day-02
  • day-03
  • day-04
  • day-05
  • day-06
  • day-07
  • day-08
  • day-09
  • day-10
  • day-11

Instructions

Place the input in a file named input.txt in the root directory and use the following command to run a specific day:

cargo run -p day-<xx>

# example:
cargo run -p day-01

About

Advent of Code 2022 solutions in Rust


Languages

Language:Rust 100.0%