gkotecki / aoc2022-rs

Advent of Code 2022 solutions using Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 with Rust

Running the project

  • Install rust + cargo
  • Install watcher with:
cargo install cargo-watch
  • Initialize watcher on the src folder with:
cargo watch -c -w src -x run

About

Advent of Code 2022 solutions using Rust


Languages

Language:Rust 100.0%