https://github.com/justinbrumley/advent-of-code
Solutions to Advent of Code programming challenges
https://github.com/justinbrumley/advent-of-code
challenges language-learning learning puzzles
Last synced: 5 months ago
JSON representation
Solutions to Advent of Code programming challenges
- Host: GitHub
- URL: https://github.com/justinbrumley/advent-of-code
- Owner: justinbrumley
- Created: 2022-12-01T14:01:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T15:45:23.000Z (6 months ago)
- Last Synced: 2025-12-05T12:12:00.390Z (6 months ago)
- Topics: challenges, language-learning, learning, puzzles
- Language: Go
- Homepage: https://adventofcode.com/
- Size: 5.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Solutions
## 2024
Single Go project using Cobra CLI: [Solutions](https://github.com/justinbrumley/advent-of-code/tree/main/2024)
## 2023
[Day 1 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/01)
[Day 2 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/02)
[Day 3 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/03)
[Day 4 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/04)
[Day 5 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/05)
[Day 6 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/06)
[Day 7 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/07)
[Day 8 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/08)
[Day 9 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/09)
[Day 10 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/10)
[Day 11 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/11)
[Day 13 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/13)
[Day 14 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/14)
## 2022
[Day 1 - Javascript](https://github.com/justinbrumley/advent-of-code/tree/main/2022/01)
[Day 2 - Javascript](https://github.com/justinbrumley/advent-of-code/tree/main/2022/02)
[Day 3 - Go (bonus Lua solution written by ChatGPT)](https://github.com/justinbrumley/advent-of-code/tree/main/2022/03)
[Day 4 - Rust](https://github.com/justinbrumley/advent-of-code/tree/main/2022/04)
[Day 5 - Kotlin](https://github.com/justinbrumley/advent-of-code/tree/main/2022/05)
[Day 6 - Dart](https://github.com/justinbrumley/advent-of-code/tree/main/2022/06)
[Day 7 - Typescript (technically, but not really)](https://github.com/justinbrumley/advent-of-code/tree/main/2022/07)
[Day 8 - Lua](https://github.com/justinbrumley/advent-of-code/tree/main/2022/08)
[Day 9 - C#](https://github.com/justinbrumley/advent-of-code/tree/main/2022/09)
[Day 10 - Ruby](https://github.com/justinbrumley/advent-of-code/tree/main/2022/10)
[Day 11 - Java](https://github.com/justinbrumley/advent-of-code/tree/main/2022/11)
[Day 12 - Python](https://github.com/justinbrumley/advent-of-code/tree/main/2022/12)
[Day 13 - Javascript / C++ (?)](https://github.com/justinbrumley/advent-of-code/tree/main/2022/13)
[Day 14 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2022/14)
[Day 15 - Javascript](https://github.com/justinbrumley/advent-of-code/tree/main/2022/15)