Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.