Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rarescosma/advent-of-code-2024-rs

Solutions to Advent of Code 2024 problems in Rust. 🦀
https://github.com/rarescosma/advent-of-code-2024-rs

advent-of-code advent-of-code-2024 adventofcode aoc aoc2024 rust

Last synced: 21 days ago
JSON representation

Solutions to Advent of Code 2024 problems in Rust. 🦀

Awesome Lists containing this project

README

        

# Advent of Code 2024 :christmas_tree:

Solutions to Advent of Code 2024 problems in Rust. :crab:

## Build
```sh
cargo build --release
```

## Run
```sh
cargo run --release --bin [DAY] # run a specific day, eg. 'day01'
cargo run --release # run all days
```