rossdeane / aoc-rust-22

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 - Rust

An attempt to complete this year's Advent of Code challenges whilst learning Rust.

Authors

Run Locally

Clone the project

  git clone git@github.com:rossdeane/aoc-rust-22.git

Go to the project directory

  cd aoc-rust-22

Run a single days script

  cargo run --bin day3-1

About


Languages

Language:Rust 98.8%Language:Dockerfile 1.2%