Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novara754/aoc-2022
My solutions for Advent of Code 2022 in Rust
https://github.com/novara754/aoc-2022
advent-of-code advent-of-code-2022 puzzle rust
Last synced: 30 days ago
JSON representation
My solutions for Advent of Code 2022 in Rust
- Host: GitHub
- URL: https://github.com/novara754/aoc-2022
- Owner: novara754
- License: bsd-3-clause
- Created: 2022-12-01T09:09:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T11:26:01.000Z (about 2 years ago)
- Last Synced: 2024-10-14T22:14:27.767Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022, puzzle, rust
- Language: Rust
- Homepage:
- Size: 25.4 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 🎄
This repo contains my solutions for the [Advent of Code 2022](https://adventofcode.com/2022).
Puzzle inputs are placed in the `inputs/` directory, one file per day named as follows:
`dayX.txt`, where X is the day number (1-24).## Completion List
- [x] Day 1
- [x] Day 2
- [x] Day 3
- [x] Day 4
- [x] Day 5
- [x] Day 6
- [x] Day 7
- [x] Day 8
- [x] Day 9
- [x] 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## License
Licensed under the [BSD 3-Clause License](./LICENSE).