https://github.com/lnsp/aoc-2024
:crab:
https://github.com/lnsp/aoc-2024
Last synced: 12 months ago
JSON representation
:crab:
- Host: GitHub
- URL: https://github.com/lnsp/aoc-2024
- Owner: lnsp
- Created: 2024-12-01T14:38:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T21:02:12.000Z (over 1 year ago)
- Last Synced: 2025-03-29T13:51:42.139Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024 in Rust :crab:
This is a collection of solutions for [Advent of Code 2024](https://adventofcode.com). The individual solutions are written in Rust for learning purposes.
> [!WARNING]
> Most of the code might not be exactly "canonical" Rust mostly due to my inexperience with the language.
## How to run
To execute an individual solution, please run the following command (replacing `dayXX` with `day03` for example for the 3rd day):
```bash
cargo run --bin dayXX < inputs/dayXX/input.txt
```