https://github.com/ceoshikhar/aoc2020-rust
Advent of Code 2020 in Rust
https://github.com/ceoshikhar/aoc2020-rust
Last synced: 2 months ago
JSON representation
Advent of Code 2020 in Rust
- Host: GitHub
- URL: https://github.com/ceoshikhar/aoc2020-rust
- Owner: ceoshikhar
- Created: 2021-01-15T20:18:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T21:14:35.000Z (over 4 years ago)
- Last Synced: 2025-02-05T18:47:31.231Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AOC 2020 in Rust
I have been learning Rust lately by reading the amazing Rust's book called `The Book`.
So I recently heard about Advent of Code and decided to solve AOC 2020 in Rust to learn Rust by "solving real problems".