2021 Day 4
This commit is contained in:
parent
c13f4ca236
commit
739b9080ab
4 changed files with 185 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
module github.com/jdkaplan/advent-of-code
|
||||
|
||||
go 1.17
|
||||
|
||||
require github.com/fatih/color v1.13.0
|
||||
|
||||
require (
|
||||
github.com/mattn/go-colorable v0.1.9 // indirect
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue