/aoc-2022-rust

Advent of Code 2022 in Rust

Primary LanguageRust

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