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

https://github.com/lnsp/aoc-2024

:crab:
https://github.com/lnsp/aoc-2024

Last synced: 12 months ago
JSON representation

:crab:

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
```