1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-11-09 22:08:53 +01:00
advent_of_code_2023/README.md

19 lines
449 B
Markdown

# Advent of Code 2023
## About
This repository contains my solutions to the [Advent of Code 2023](https://adventofcode.com/2023) challenges using the [Rust Programming Language](https://www.rust-lang.org/) v1.74.0.
To run a solution (e.g. Day 1):
```sh
cd day_1
cargo run
```
*Note:* The solutions are not necessarily optimized for performance or readability, but rather for completing the challenge successfully.
## License
[MIT](./LICENSE)