Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fungiboletus/advent_of_code_2024_rust
Some so-so Rust code related to the 2024 advent of code.
https://github.com/fungiboletus/advent_of_code_2024_rust
advent-of-code advent-of-code-2024 advent-of-code-2024-rust
Last synced: 28 days ago
JSON representation
Some so-so Rust code related to the 2024 advent of code.
- Host: GitHub
- URL: https://github.com/fungiboletus/advent_of_code_2024_rust
- Owner: fungiboletus
- License: other
- Created: 2024-12-01T21:43:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-09T14:16:14.000Z (about 1 month ago)
- Last Synced: 2024-12-09T15:26:14.889Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-rust
- Language: Rust
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Advent of code 2024 in Rust
Some so-so Rust code related to the [2024 advent of code](https://adventofcode.com/2024/).
Like in [2021](https://github.com/fungiboletus/advent_of_code_2021_rust), in [2022](https://github.com/fungiboletus/advent_of_code_2022_rust), and in [2023](https://github.com/fungiboletus/advent_of_code_2023_rust), I will not do all days because it stops being fun after a while.
Parsing the input data is done with [nom](https://github.com/Geal/nom), which is usually the most fun part of the exercise.