Lazytangent / aoc-2022

Advent of Code: 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of Personal Advent of Code Solutions for 2022

Run tests

Run unit tests with:

cargo test --lib --workspace

For quieter output:

cargo t --lib --workspace --quiet
# OR
cargo t --lib --workspace -q

For even quieter output:

cargo t --lib --workspace -q 2>/dev/null

This last command sends the cargo build warnings to the null device, so that they don’t pollute the test output.

About

Advent of Code: 2022


Languages

Language:Rust 75.8%Language:Python 12.4%Language:Go 4.6%Language:C 4.2%Language:C++ 1.8%Language:Makefile 1.0%Language:Shell 0.1%