Skip to content

dermorz/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published