tomdewildt / advent-of-code-2020

Solutions for the Advent of Code 2020 problems implemented in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solutions for the Advent of Code 2020 problems implemented in Golang

License:MIT License


Languages

Language:Go 98.4%Language:Makefile 1.6%