Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baszalmstra/adventofcode2024

Saving christmas one line at a time http://adventofcode.com/2023
https://github.com/baszalmstra/adventofcode2024

adventofcode2024

Last synced: 25 days ago
JSON representation

Saving christmas one line at a time http://adventofcode.com/2023

Awesome Lists containing this project

README

        

# Advent of Code 2024

Advent of Code 2024 solutions written in Rust.

| Name | Solution |
|------------------------------------------------------------------|-----------------------|
| [Day 1: Historian Hysteria](https://adventofcode.com/2024/day/1) | [✓](src/bin/day01.rs) |
| [Day 2: Red-Nosed Reports](https://adventofcode.com/2024/day/2) | [✓](src/bin/day02.rs) |
| [Day 3: Mull It Over](https://adventofcode.com/2024/day/3) | [✓](src/bin/day03.rs) |
| [Day 4: Ceres Search](https://adventofcode.com/2024/day/4) | [✓](src/bin/day04.rs) |
| [Day 5: Print Queue](https://adventofcode.com/2024/day/5) | [✓](src/bin/day05.rs) |
| [Day 6: Guard Gallivant](https://adventofcode.com/2024/day/6) | [✓](src/bin/day06.rs) |