https://github.com/ike/aoc20
Advent of Code 2020
https://github.com/ike/aoc20
Last synced: about 1 month ago
JSON representation
Advent of Code 2020
- Host: GitHub
- URL: https://github.com/ike/aoc20
- Owner: ike
- Created: 2020-12-01T05:57:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T22:41:19.000Z (about 1 year ago)
- Last Synced: 2025-04-26T23:25:11.653Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MURRAY RUSTYMAS!!
I decided to level up my Rust skills with the Advent of Code in 2020. Here's what I got:
- [day 1](https://github.com/ike/aoc20/blob/main/src/days/day1.rs)
- [day 2](https://github.com/ike/aoc20/blob/main/src/days/day2.rs)
- [day 3](https://github.com/ike/aoc20/blob/main/src/days/day3.rs)
- [day 4](https://github.com/ike/aoc20/blob/main/src/days/day4.rs)
- [day 5](https://github.com/ike/aoc20/blob/main/src/days/day5.rs)
- [day 6](https://github.com/ike/aoc20/blob/main/src/days/day6.rs)
- [day 7](https://github.com/ike/aoc20/blob/main/src/days/day7.rs)
- [day 8](https://github.com/ike/aoc20/blob/main/src/days/day8.rs)