efallancy / aoc-2022-rust

Advent of Code 2022 in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AOC 2022 in Rust

A (first try) attempt in solving Advent of Code 2022 challenges in Rust.

Get started

Ensure Rust is installed. Otherwise, refer to Rust installation page.

Run the following command and that is all there is:

cargo run

If you wish to have it build, run the following command:

cargo build

and to execute the release build, run the command below:

cargo run --release

About

Advent of Code 2022 in Rust


Languages

Language:Rust 100.0%