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

https://github.com/giraugh/advent-of-code-2024-rust

My rust solutions for AoC 2024
https://github.com/giraugh/advent-of-code-2024-rust

Last synced: about 1 month ago
JSON representation

My rust solutions for AoC 2024

Awesome Lists containing this project

README

        

# AoC Rust 2024

To run, from root
```bash
cargo run --package day01 ./input/day01.txt
```