Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielm/adventofcode
my adventofcode.com challenge solutions
https://github.com/danielm/adventofcode
advent-of-code advent-of-code-2015 adventofcode2015 rust
Last synced: 24 days ago
JSON representation
my adventofcode.com challenge solutions
- Host: GitHub
- URL: https://github.com/danielm/adventofcode
- Owner: danielm
- Created: 2022-08-29T22:17:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T20:47:03.000Z (over 1 year ago)
- Last Synced: 2023-08-07T05:03:22.381Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2015, adventofcode2015, rust
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
My AdventOfCode 🎄 Solutions ⭐ . Made in Rust 🦀
## Why u do dis?
- Learning Rust, almost like from scatch
- Keep writing a little Rust everyday
- No AOC helpers / dependencies (crates) or such. *Yes I also need to learn to to read and parse files and all that fun stuff.*
- Will try to make 1 solution that covers both parts: That means that during part2, i'm going to refactor.
- The idea is to complete all the challenges in my freetime before the 2022 edition starts.## Progress
- 2015: day: 12/25 - ⭐ 24/50 ⭐
- ..