https://github.com/joaooliveirapro/adventofcodego
🎄👨💻 Advent of Code Go - My attempt at adventofcode.com using Golang.
https://github.com/joaooliveirapro/adventofcodego
advent-of-code advent-of-code-2017 casual go golang
Last synced: 2 months ago
JSON representation
🎄👨💻 Advent of Code Go - My attempt at adventofcode.com using Golang.
- Host: GitHub
- URL: https://github.com/joaooliveirapro/adventofcodego
- Owner: joaooliveirapro
- License: mit
- Created: 2024-12-30T12:54:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T11:18:23.000Z (11 months ago)
- Last Synced: 2025-09-03T07:40:05.249Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017, casual, go, golang
- Language: Go
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Advent of Code Go 🎄👨💻
This repo contains **my attempt** at the [Advent of Code](https://adventofcode.com) ©
This was a fun project when I was bored at home. There's hardly any thought put into the solutions and some solutions are not very performant. My main goal was **getting to the solution**, sometimes using the most naive approach, without much consideration for performance or algorithm design.
At times I implement other functions to play around with the solution and give it a new twist.
This code is free.
### License
The MIT License (MIT)