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:
@ -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)
|
||||
|
Reference in New Issue
Block a user