An open API service indexing awesome lists of open source software.

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

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)