martini97 / aoc_2022

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

Trying out Rust for advent of code.

Running

Each part of each day gets it's own binary, so you can run it as:

$ cargo run --bin day_01_a  # will run the first part of the first day
$ cargo run --bin day_01_b  # will run the second part of the first day

About

Advent of Code 2022


Languages

Language:Rust 100.0%