Skip to content

Solutions for the Advent of Code 2020 problems implemented in Golang

License

Notifications You must be signed in to change notification settings

tomdewildt/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

Version Build Release Coverage Report License

Solutions for the Advent of Code 2020 problems implemented in Golang.

How To Run

Prerequisites:

  • go version 1.19 or later

Development

  1. Run make init to initialize the environment.
  2. Run make run to execute the tool.

Test

  1. Run make init to initialize the environment.
  2. Run make test to execute the tests for the tool.

How To Build

Linux

  1. Run make init to initialize the environment.
  2. Run make build to build the tool.

References

Go Docs

Go Logus

Go Cobra

Go Testify

Go Project Layout