Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjetson/aoc-2020
My solutions to the 2020 Advent of Code, written in Go.
https://github.com/benjetson/aoc-2020
advent-of-code advent-of-code-2020 advent-of-code-2020-golang aoc aoc-2020 golang puzzle-solution spoiler-alert
Last synced: 2 days ago
JSON representation
My solutions to the 2020 Advent of Code, written in Go.
- Host: GitHub
- URL: https://github.com/benjetson/aoc-2020
- Owner: BenJetson
- License: mit
- Created: 2020-12-02T03:55:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T05:23:17.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T11:58:32.343Z (5 months ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2020-golang, aoc, aoc-2020, golang, puzzle-solution, spoiler-alert
- Language: Go
- Homepage: https://adventofcode.com/2020
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc-2020
[![GoDoc](https://godoc.org/github.com/BenJetson/aoc-2020?status.svg)](https://godoc.org/github.com/BenJetson/aoc-2020)
[![Go Build](https://github.com/BenJetson/aoc-2020/workflows/Go%20Build/badge.svg)](https://github.com/BenJetson/aoc-2020/actions?query=workflow%3A%22Go+Build%22)
[![Go Report Card](https://goreportcard.com/badge/github.com/BenJetson/aoc-2020)](https://goreportcard.com/report/github.com/BenJetson/aoc-2020)![Advent of Code with Santa Hat](https://user-images.githubusercontent.com/10427974/100974572-7db6a900-350a-11eb-9c80-18635d97861f.png)
My solutions to the 2020 Advent of Code, written in Go.
## ⚠️ SPOILER ALERT ⚠️
If you have not yet completed the 2020 Advent of Code, but plan to do so, you
might want to reconsider viewing the contents of this repository.This repository contains full solutions to all of the puzzles, which might ruin
the fun for you.You have been warned!