An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![aoc](https://user-images.githubusercontent.com/7034681/206863511-e4824a7e-1134-4bec-b837-13323a6ee9dd.png)

# 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)