Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okuuva/advent-of-code-2023

My Advent of Code 2023 solutions, written in Go
https://github.com/okuuva/advent-of-code-2023

advent-of-code advent-of-code-2023 advent-of-code-2023-go advent-of-code-2023-golang advent-of-code-go advent-of-code-golang

Last synced: 15 days ago
JSON representation

My Advent of Code 2023 solutions, written in Go

Awesome Lists containing this project

README

        

# advent-of-code-2023
My Advent of Code 2023 solutions, written in Go

## DISCLAIMER

My Go is a bit rusty (no, that's not a pun or a reference to :crab: lang) because I don't get to use it as
much as I'd like to. I'm making an effort here to refresh my memory and re-learn the best practices. I'm doing
that as I go (ok, that was a pun) and don't really want to revisit the past days just to refactor things so
that I can see how much progress I can make in a month. So please excuse the mess in the first days. And while
I try to make everything cleaner the further I get, sometimes just getting the thing done might override my
desire on making everything Shiny:tm:. At the end of the day, this isn't meant to be production ready.