Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/potatomaster101/aoc2024

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

advent-of-code rust

Last synced: 23 days 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
To run a specific day:
```
cargo run --release --bin day01
```