1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-07-17 07:20:11 +02:00
advent_of_code_2023/README.md

18 lines
368 B
Markdown
Raw Normal View History

2023-12-01 12:44:47 +01:00
# Advent of Code 2023
## About
2023-12-01 17:26:01 +01:00
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.
2023-12-01 12:44:47 +01:00
```sh
2023-12-10 03:22:34 +01:00
# Run the tests
2023-12-01 17:26:01 +01:00
cargo test
2023-12-01 12:44:47 +01:00
2023-12-01 17:26:01 +01:00
# Run a specific day's challenge (e.g. Day 1)
cargo run --package day_1
```
2023-12-01 12:44:47 +01:00
## License
[MIT](./LICENSE)