/advent-of-code-2021

Primary LanguageRustApache License 2.0Apache-2.0

Repository for Advent of Code 2021

Rust Tests

Setup and Configuration

Rust

  1. Install Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

  2. Update Rust: rustup update

Pre-commit

  1. Install pre-commit pip package: pip install pre-commit

  2. Install pre-commit hook: pre-commit install

Creating an application for a new challenge

cargo init <name>