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

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

advent of code 2024
https://github.com/jorbush/aoc-2024

advent-of-code-2024 rust

Last synced: 29 days ago
JSON representation

advent of code 2024

Awesome Lists containing this project

README

          

# Advent Of Code 2024

Resolving the Advent of Code 2024 challenges in Rust.

## Usage

```bash
cd day1
cargo run --release
```