# advent-of-rust-2022 **Repository Path**: xxx8848/advent-of-rust-2022 ## Basic Information - **Project Name**: advent-of-rust-2022 - **Description**: advent of code in 2022 for learning Rust - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: https://adventofcode.com/2022 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-05 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Advent of Rust [![](https://img.shields.io/badge/Advent_of_Code-2022-blue)](https://adventofcode.com/2022) [![](https://img.shields.io/badge/Template-AoC_Rust_template-green)](https://github.com/agubelu/AoC-rust-template) [![](https://img.shields.io/badge/Reference_Solutions-agubelu-orange)](https://github.com/agubelu/Advent-of-Code-2022) [![](https://img.shields.io/badge/Reference_Solutions-ChristopherBiscardi-deeppink)](https://github.com/ChristopherBiscardi/advent-of-code/tree/main/2022/rust) - [x] [Day 1: Calorie Counting](https://adventofcode.com/2022/day/1) - [x] [Day 2: Rock Paper Scissors](https://adventofcode.com/2022/day/2) - [x] [Day 3: Rucksack Reorganization](https://adventofcode.com/2022/day/3) - [x] [Day 4: Camp Cleanup](https://adventofcode.com/2022/day/4) - [x] [Day 5: Supply Stacks](https://adventofcode.com/2022/day/5) - [x] [Day 6: Tuning Trouble](https://adventofcode.com/2022/day/6) - [ ] [Day 7: No Space Left On Device](https://adventofcode.com/2022/day/7) - [x] [Day 8: Treetop Tree House](https://adventofcode.com/2022/day/8) (part 2 only pass example) - [ ] Day 9 - [ ] Day 10 - [ ] Day 11 - [ ] Day 12 - [ ] Day 13 - [ ] Day 14 - [ ] Day 15 - [ ] Day 16 - [ ] Day 17 - [ ] Day 18 - [ ] Day 19 - [ ] Day 20 - [ ] Day 21 - [ ] Day 22 - [ ] Day 23 - [ ] Day 24 - [ ] Day 25