arunsworld / advent

Advent of Code - Go solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code in Go

  • Solution attempts to https://adventofcode.com/2020
  • Each directory is independent of each other for simplicity
  • Showcase features of Go documented in README.md within each directory

How to execute

  • go test -v . to run tests
  • go run . to run code

Code coverage

  • go test -coverprofile=coverage.out
  • go tool cover -func=coverage.out
  • go tool cover -html=coverage.out

About

Advent of Code - Go solutions


Languages

Language:Go 100.0%