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

chore: initial commit

This commit is contained in:
2023-12-01 12:44:47 +01:00
commit 9617cc66cc
2 changed files with 39 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# 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)