Skip to content

theoludwig/advent_of_code

Repository files navigation

theoludwig/advent_of_code

My Solutions for the Advent of Code, implemented in the Rust Programming Language.

Days Progress

Prerequisite: Rust Toolchain

The project is tested against the following Rust versions:

  • Minimum Supported Rust Version (MSRV): v1.87.0
  • Latest Stable Version

Usage

# Run a specific day's challenge (e.g. Day 1 of 2023)
cargo run --package puzzle_2023_day_1

# Create a new day's challenge (e.g. Day 1 of 2023)
cd advent_2023
cargo new puzzle_2023_day_1

# Build, Lint, and Test Usage
cargo build
cargo test
cargo clippy --verbose -- -D warnings
cargo fmt -- --check

About

My solutions for the Advent of Code, implemented in the Rust Programming Language.

Topics

Resources

Stars

Watchers

Forks

Languages