dermorz / advent-of-code-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codecov Go Report Card

Advent of Code 2020

My approach to Advent of Code 2020:

  • Implementation in Go
  • Test based on example input
  • Full test coverage
  • Trying to find idiomatic solutions

Build and run to get the solutions

$ go build ./cmd/aoc2020
$ ./aoc2020 -help
Usage of ./aoc2020:
  -day int
	Day of of December (1-24) (default 1)
  -part int
	Part 1 or 2 (default 1)

About

License:The Unlicense


Languages

Language:Go 98.8%Language:Makefile 1.2%