https://github.com/widdowquinn/aoc2022
Code/solutions for Advent of Code 2022
https://github.com/widdowquinn/aoc2022
adventofcode adventofcode2022
Last synced: 9 months ago
JSON representation
Code/solutions for Advent of Code 2022
- Host: GitHub
- URL: https://github.com/widdowquinn/aoc2022
- Owner: widdowquinn
- Created: 2022-12-01T06:31:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T22:39:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T11:35:19.527Z (10 months ago)
- Topics: adventofcode, adventofcode2022
- Language: HTML
- Homepage: https://widdowquinn.github.io/aoc2022/
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README.md `aoc2022`
This repository contains (attempted) solutions to Advent of Code 2022
- [https://adventofcode.com/2022/](https://adventofcode.com/2022/)
**To view this `README` with working links, visit: [https://widdowquinn.github.io/aoc2022/](https://widdowquinn.github.io/aoc2022/)**
## (Attempted) solutions
- [day 01](./day01.html)
- [day 02](./day02.html)
- [day 03](./day03.html)
- [day 04](./day04.html)
- [day 05](./day05.html)
- [day 06](./day06.html)
- [day 07](./day07.html)
- [day 08](./day08.html)
- [day 09](./day09.html)
- [day 10](./day10.html)
- [day 11](./day11.html)
- [day 12](./day12.html)
- [day 13](./day13.html)
- [day 14](./day14.html)
- [day 15](./day15.html)