mirror of
https://github.com/theoludwig/advent_of_code.git
synced 2025-02-20 14:38:48 +01:00
368 B
368 B
Advent of Code 2023
About
This repository contains my solutions for the Advent of Code 2023 challenges implemented in the Rust Programming Language v1.74.0.
# Run the tests
cargo test
# Run a specific day's challenge (e.g. Day 1)
cargo run --package day_1