Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a-poor/aoc-22

My solutions to the Advent of Code 2022 written in Rust
https://github.com/a-poor/aoc-22

advent-of-code advent-of-code-2022 rust

Last synced: about 1 month ago
JSON representation

My solutions to the Advent of Code 2022 written in Rust

Awesome Lists containing this project

README

        

# Advent of Code 2022

_by Austin Poor_

My solutions to the [Advent of Code 2022](https://adventofcode.com/) written in Rust.

## Days

- [x] Day 01 ([code](./src/bin/day01.rs) | [input](./inputs/day-01.txt) | [link](https://adventofcode.com/2022/1))
- [x] Day 02 ([code](./src/bin/day02.rs) | [input](./inputs/day-02.txt) | [link](https://adventofcode.com/2022/2))
- [x] Day 03 ([code](./src/bin/day03.rs) | [input](./inputs/day-03.txt) | [link](https://adventofcode.com/2022/3))
- [x] Day 04 ([code](./src/bin/day04.rs) | [input](./inputs/day-04.txt) | [link](https://adventofcode.com/2022/4))
- [x] Day 05 ([code](./src/bin/day05.rs) | [input](./inputs/day-05.txt) | [link](https://adventofcode.com/2022/5))
- [x] Day 06 ([code](./src/bin/day06.rs) | [input](./inputs/day-06.txt) | [link](https://adventofcode.com/2022/6))
- [x] Day 07 ([code](./src/bin/day07.rs) | [input](./inputs/day-07.txt) | [link](https://adventofcode.com/2022/7))
- [x] Day 08 ([code](./src/bin/day08.rs) | [input](./inputs/day-08.txt) | [link](https://adventofcode.com/2022/8))
- [x] Day 09 ([code](./src/bin/day09.rs) | [input](./inputs/day-09.txt) | [link](https://adventofcode.com/2022/9))
- [x] Day 10 ([code](./src/bin/day10.rs) | [input](./inputs/day-10.txt) | [link](https://adventofcode.com/2022/10))
- [x] Day 11 ([code](./src/bin/day11.rs) | [input](./inputs/day-11.txt) | [link](https://adventofcode.com/2022/11))
- [x] Day 12 ([code](./src/bin/day12.rs) | [input](./inputs/day-12.txt) | [link](https://adventofcode.com/2022/12))
- [x] Day 13 ([code](./src/bin/day13.rs) | [input](./inputs/day-13.txt) | [link](https://adventofcode.com/2022/13))
- [x] Day 14 ([code](./src/bin/day14.rs) | [input](./inputs/day-14.txt) | [link](https://adventofcode.com/2022/14))
- [x] Day 15 ([code](./src/bin/day15.rs) | [input](./inputs/day-15.txt) | [link](https://adventofcode.com/2022/15))
- [ ] Day 16 ([code](./src/bin/day16.rs) | [input](./inputs/day-16.txt) | [link](https://adventofcode.com/2022/16))
- [ ] Day 17 ([code](./src/bin/day17.rs) | [input](./inputs/day-17.txt) | [link](https://adventofcode.com/2022/17))
- [ ] Day 18 ([code](./src/bin/day18.rs) | [input](./inputs/day-18.txt) | [link](https://adventofcode.com/2022/18))
- [ ] Day 19 ([code](./src/bin/day19.rs) | [input](./inputs/day-19.txt) | [link](https://adventofcode.com/2022/19))
- [ ] Day 20 ([code](./src/bin/day20.rs) | [input](./inputs/day-20.txt) | [link](https://adventofcode.com/2022/20))
- [ ] Day 21 ([code](./src/bin/day21.rs) | [input](./inputs/day-21.txt) | [link](https://adventofcode.com/2022/21))
- [ ] Day 22 ([code](./src/bin/day22.rs) | [input](./inputs/day-22.txt) | [link](https://adventofcode.com/2022/22))
- [ ] Day 23 ([code](./src/bin/day23.rs) | [input](./inputs/day-23.txt) | [link](https://adventofcode.com/2022/23))
- [ ] Day 24 ([code](./src/bin/day24.rs) | [input](./inputs/day-24.txt) | [link](https://adventofcode.com/2022/24))
- [ ] Day 25 ([code](./src/bin/day25.rs) | [input](./inputs/day-25.txt) | [link](https://adventofcode.com/2022/25))