Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 218 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 218 Bytes

Advent of Go 2020

These are my solutions (in Go) to Advent of Code 2020 (https://adventofcode.com/2020), a daily programming challenge.

Most days require an input file:

go run main.go -d 2 -i day02/input.txt