https://github.com/fa-sharp/advent-of-code-2022
Advent of Code 2022 solutions written in Rust
https://github.com/fa-sharp/advent-of-code-2022
advent-of-code-2022 aoc2022 rust
Last synced: 10 months ago
JSON representation
Advent of Code 2022 solutions written in Rust
- Host: GitHub
- URL: https://github.com/fa-sharp/advent-of-code-2022
- Owner: fa-sharp
- License: mit
- Created: 2023-02-16T06:32:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T05:15:56.000Z (almost 3 years ago)
- Last Synced: 2025-05-18T01:08:34.088Z (about 1 year ago)
- Topics: advent-of-code-2022, aoc2022, rust
- Language: Rust
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 🎄 Advent of Code 2022
Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/).
## 2022 Results
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](https://adventofcode.com/2022/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2022/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2022/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2022/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2022/day/5) | ⭐ | ⭐ |
| [Day 6](https://adventofcode.com/2022/day/6) | ⭐ | ⭐ |
| [Day 7](https://adventofcode.com/2022/day/7) | ⭐ | ⭐ |
| [Day 8](https://adventofcode.com/2022/day/8) | ⭐ | ⭐ |
| [Day 9](https://adventofcode.com/2022/day/9) | ⭐ | ⭐ |
| [Day 10](https://adventofcode.com/2022/day/10) | ⭐ | ⭐ |
| [Day 11](https://adventofcode.com/2022/day/11) | ⭐ | ⭐ |
| [Day 12](https://adventofcode.com/2022/day/12) | ⭐ | ⭐ |
| [Day 14](https://adventofcode.com/2022/day/14) | ⭐ | ⭐ |
---
Thanks to fspoettel for [this template repository](https://github.com/fspoettel/advent-of-code-rust) on GitHub!