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

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.

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)