Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baszalmstra/adventofcode2024
- Owner: baszalmstra
- Created: 2024-12-03T19:58:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:33:53.000Z (30 days ago)
- Last Synced: 2024-12-04T20:29:45.336Z (30 days ago)
- Topics: adventofcode2024
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |