Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 218 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 218 Bytes

adventofcode2020

Building

  1. Make sure go is installed
  2. From the go directory, run go build -o adventofcode2020 cmd/main.go

Running

Usage: adventofcode2020 dayN [part1|part2]