mirror of
https://github.com/theoludwig/advent_of_code_2023.git
synced 2024-10-29 22:17:19 +01:00
18 lines
368 B
Markdown
18 lines
368 B
Markdown
# Advent of Code 2023
|
|
|
|
## About
|
|
|
|
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
|
|
cargo test
|
|
|
|
# Run a specific day's challenge (e.g. Day 1)
|
|
cargo run --package day_1
|
|
```
|
|
|
|
## License
|
|
|
|
[MIT](./LICENSE)
|