https://github.com/thealgorythm/adventofcode-rs
The https://adventofcode.com in idiomatic declarative Rust
https://github.com/thealgorythm/adventofcode-rs
advent-of-code advent-of-code-2020 adventofcode idiomatic idiomatic-rust rust rust-lang
Last synced: 10 months ago
JSON representation
The https://adventofcode.com in idiomatic declarative Rust
- Host: GitHub
- URL: https://github.com/thealgorythm/adventofcode-rs
- Owner: TheAlgorythm
- Created: 2020-12-02T12:05:57.000Z (over 5 years ago)
- Default Branch: MAIN
- Last Pushed: 2022-02-23T14:09:12.000Z (over 4 years ago)
- Last Synced: 2025-01-20T12:46:20.650Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2020, adventofcode, idiomatic, idiomatic-rust, rust, rust-lang
- Language: Rust
- Homepage: https://zschoen.dev/blog/what-ive-learned-from-advent-of-code-2020/
- Size: 189 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode-rs
The [Advent of Code](https://adventofcode.com) in idiomatic declarative Rust (this is at least the goal) using only the std-library.
There is a [blog article](https://zschoen.dev/blog/what-ive-learned-from-advent-of-code-2020/) regarding the learned.