Watch
1
0
Fork
You've already forked advent-of-code
0

2021 Day 4

This commit is contained in:
Jeremy Kaplan 2021-12-03 22:13:57 -08:00
commit 739b9080ab
4 changed files with 185 additions and 0 deletions

View file

@ -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
)