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

https://github.com/m4tx/advent-of-code

My Advent of Code 2024 solutions written in Rust
https://github.com/m4tx/advent-of-code

advent-of-code advent-of-code-2024 advent-of-code-2024-rust aoc-2024-in-rust rust

Last synced: about 1 month ago
JSON representation

My Advent of Code 2024 solutions written in Rust

Awesome Lists containing this project

README

        

# Advent of Code

This is my repository for the [2024 Advent of Code](https://adventofcode.com/2024) solutions written in Rust.

## Usage

```bash
export ADVENT_SESSION="533..." # Your session cookie
cargo advent -y 2024 -d 1 run
```

## Attribution

This uses a great AoC runner and CLI [rossmacarthur/advent](https://github.com/rossmacarthur/advent). The code in
`cli` directory is a modification of this code, licensed under MIT/Apache-2.0.