Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharierhea/adventofcode2024
My journey through Advent of Code 2024 using Rust!
https://github.com/sharierhea/adventofcode2024
advent-of-code-2024 adventofcode
Last synced: about 1 month ago
JSON representation
My journey through Advent of Code 2024 using Rust!
- Host: GitHub
- URL: https://github.com/sharierhea/adventofcode2024
- Owner: SharieRhea
- Created: 2024-12-01T18:22:31.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T21:03:48.000Z (about 1 month ago)
- Last Synced: 2024-12-10T22:18:11.406Z (about 1 month ago)
- Topics: advent-of-code-2024, adventofcode
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode2024
Advent of Code is a yearly programming event where small, two part puzzles are uploaded daily from
December 1st to December 25th (like an Advent calendar!). The event was created and is maintained by Eric Wastl, check out the website [here](https://adventofcode.com)!This year I am attempting all of the puzzles in Rust, in order to learn the language. Wish me luck!