Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 265 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 265 Bytes

Advent of Code 2020

https://adventofcode.com/2020

Language

Implemented in Go.

Preparation

Install Go for your platform.

Running tests

Run tests with go test:

go test ./...