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

https://github.com/potatomaster101/aoc2024

Advent of Code 2024 solutions in rust
https://github.com/potatomaster101/aoc2024

advent-of-code rust

Last synced: over 1 year ago
JSON representation

Advent of Code 2024 solutions in rust

Awesome Lists containing this project

README

          

# Advent of Code 2024
[Advent of code 2024](https://adventofcode.com/2024/) solutions in rust.

## Running
1. Replace the sample input in `dayXX/input.txt` with your input
2. Run with `cargo run --release --bin dayXX`