codeaye / advent_of_code

My solutions for advent of code in rust 🦀.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code 2022

My solutions for advent of code in rust 🦀.

Run Locally

Clone the project

  git clone https://github.com/codeaye/advent_of_code

Go to the project directory

  cd advent_of_code

Then run the solutions for the day you want, ie:

cargo run --release --bin day_1

About

My solutions for advent of code in rust 🦀.


Languages

Language:Rust 100.0%