nulladdict / aoc-2022

Advent of Code 2022 solutions written by me to spread the virus of Rust

Home Page:https://adventofcode.com/2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 edition solutions written by me to annoy people into using Rust

running

You'll need stable rust and cargo, install instructions here. I also use just for convenience

$ cargo run -p day-01 --release

Or by using just:

$ just r 01

Some days might require nightly toolchain

About

Advent of Code 2022 solutions written by me to spread the virus of Rust

https://adventofcode.com/2022

License:MIT License


Languages

Language:Rust 98.9%Language:Just 1.1%