This repository contains my solutions to the Advent of Code 2022 challenges.
Day | Part 1 | Part 2 |
---|---|---|
1 | ✔️ | 🚧 |
2 | ✔️ | ✔️ |
3 | ✔️ | ✔️ |
4 | ✔️ | ✔️ |
5 | ✔️ | ✔️ |
6 | ✔️ | ✔️ |
7 | 🚧 | 🚧 |
8 | 🚧 | 🚧 |
9 | 🚧 | 🚧 |
10 | ✔️ | ✔️ |
11 | 🚧 | 🚧 |
12 | 🚧 | 🚧 |
13 | 🚧 | 🚧 |
14 | 🚧 | 🚧 |
15 | 🚧 | 🚧 |
16 | 🚧 | 🚧 |
17 | 🚧 | 🚧 |
18 | 🚧 | 🚧 |
19 | 🚧 | 🚧 |
20 | 🚧 | 🚧 |
To run the Go files, you will need to have Go installed. Here is a link to the Go download page for your system. Once you have Go installed, you can then run the solutions using the following command for example:
go run day1/problem1/main.go