Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okuuva/advent-of-code-2023
- Owner: okuuva
- License: mit
- Created: 2023-12-04T18:24:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T15:46:43.000Z (11 months ago)
- Last Synced: 2023-12-19T15:55:42.632Z (11 months ago)
- Topics: 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
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.