1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-05-18 19:27:51 +02:00

feat: add day 7 - part 1

This commit is contained in:
2023-12-10 03:22:34 +01:00
parent 471d49c27e
commit 21433caf63
10 changed files with 1406 additions and 4 deletions

View File

@ -5,7 +5,7 @@
This repository contains my solutions for the [Advent of Code 2023](https://adventofcode.com/2023) challenges implemented in the [Rust Programming Language](https://www.rust-lang.org/) v1.74.0.
```sh
# Run the tests (input examples)
# Run the tests
cargo test
# Run a specific day's challenge (e.g. Day 1)