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
- Host: GitHub
- URL: https://github.com/m4tx/advent-of-code
- Owner: m4tx
- License: apache-2.0
- Created: 2024-12-01T06:23:20.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-25T05:58:29.000Z (5 months ago)
- Last Synced: 2025-04-05T11:12:52.798Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-rust, aoc-2024-in-rust, rust
- Language: Rust
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- really-awesome-advent-of-code - m4tx/advent-of-code - commit/m4tx/advent-of-code/master) (🎄 2024 AoC Solutions / Solutions)
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.