1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-07-17 07:20:11 +02:00
My solutions for the Advent of Code 2023, implemented in the Rust Programming Language. https://adventofcode.com/2023
Go to file
2023-12-01 13:26:19 +01:00
day_1 docs: clean up instructions 2023-12-01 13:26:19 +01:00
LICENSE chore: initial commit 2023-12-01 12:44:47 +01:00
README.md docs: clean up instructions 2023-12-01 13:26:19 +01:00

Advent of Code 2023

About

This repository contains my solutions to the Advent of Code 2023 challenges using the Rust Programming Language v1.74.0.

To run a solution (e.g. Day 1):

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