This repository is for my attempt of Advent of Code 2022
Go to file
2022-11-29 22:09:15 +00:00
input Added all input files 2022-11-29 20:41:22 +00:00
src Created base solution struct and added all 25 days 2022-11-29 22:09:15 +00:00
.gitignore Initial commit 2022-11-12 14:29:03 +01:00
AdventOfCode2022.sln Added AOC Project and created aoc2022.h 2022-11-29 21:05:35 +00:00
AdventOfCode2022.vcxproj Created base solution struct and added all 25 days 2022-11-29 22:09:15 +00:00
AdventOfCode2022.vcxproj.filters Created base solution struct and added all 25 days 2022-11-29 22:09:15 +00:00
LICENSE Initial commit 2022-11-12 14:29:03 +01:00
README.md Update readme to add 2021 link 2022-11-25 09:21:33 +01:00

AdventOfCode2022

This repository is for my attempt of Advent of Code 2022

This year I will be attempting it in C++, hopefully I can do better than last year.

Got to Challenge 18 in 2021 and started to struggle. Managed to a couple of part 1s afterwards but ended up calling it at day 21.