It's almost christmas and this year's advent of code I decided to do use Go. I've never used it before so pardon me if I don't follow the best practices. Enjoy the solutions.
Read the exercises explanation here: https://adventofcode.com/2022
go test -v ./exercises/dayXX
Kata | Part 1 | Part 2 |
---|---|---|
1 - Calorie Counting | ⭐️ | ⭐️ |
2 - Rock Paper Scissors | ⭐️ | ⭐️ |
3 - Rucksack Reorganization | ⭐️ | ⭐️ |
4 - Camp Cleanup | ⭐️ | ⭐️ |
5 - Supply Stacks | ⭐️ | ⭐️ |
6 - Tuning Trouble | ⭐️ | ⭐️ |
7 - No Space Left On Device | ⭐️ | ⭐️ |
8 - Treetop Tree House | ⭐️ | ⭐️ |
9 - Rope Bridge | ⭐️ | ⭐️ |
10 - Cathode-Ray Tube | ⭐️ | |
11 - Monkey in the Middle | ⭐️ | |
12 - TBA | ||
13 - TBA | ||
14 - TBA | ||
16 - TBA | ||
15 - TBA | ||
17 - TBA | ||
18 - TBA | ||
19 - TBA | ||
20 - TBA | ||
21 - TBA | ||
22 - TBA | ||
23 - TBA | ||
24 - TBA | ||
25 - TBA |