https://github.com/harmim/aoc-2022
Advent of Code 2022 (Rust)
https://github.com/harmim/aoc-2022
advent-of-code advent-of-code-2022 christmas puzzle rust
Last synced: 11 months ago
JSON representation
Advent of Code 2022 (Rust)
- Host: GitHub
- URL: https://github.com/harmim/aoc-2022
- Owner: harmim
- License: mit
- Created: 2022-12-03T14:33:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T03:38:31.000Z (over 3 years ago)
- Last Synced: 2025-02-06T12:48:09.769Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2022, christmas, puzzle, rust
- Language: Rust
- Homepage: https://adventofcode.com/2022
- Size: 135 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Advent of Code 2022](https://adventofcode.com/2022) 🎄
```
|
-+-
A
/=\ /\ /\ ___ _ __ _ __ __ __
i/ O \i / \/ \ / _ \| '__|| '__|\ \ / /
/=====\ / /\ /\ \| __/| | | | \ \/ /
/ i \ \ \ \/ / / \___/|_| |_| \ /
i/ O * O \i / /
/=========\ __ __ /_/ _
/ * * \ \ \/ / /\ /\ __ _ ____ | |
i/ O i O \i \ / __ / \/ \ / _` |/ ___\ |_|
/=============\ / \ |__| / /\ /\ \| (_| |\___ \ _
/ O i O \ /_/\_\ \ \ \/ / / \__,_|\____/ |_|
i/ * O O * \i
/=================\
|___|
```
## 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 13](https://adventofcode.com/2022/day/13) | ⭐ | ⭐ |
| [Day 14](https://adventofcode.com/2022/day/14) | ⭐ | ⭐ |
| [Day 15](https://adventofcode.com/2022/day/15) | ⭐ | ⭐ |
### Implemented in Rust (_I'm a Rust beginner_).
#### Used a Rust template from https://github.com/smores56/aoc-2022.