Created small library to automatically download the input and run test cases
This commit is contained in:
5
2021/common/go.mod
Normal file
5
2021/common/go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module AoC/2021/common
|
||||
|
||||
go 1.17
|
||||
|
||||
require github.com/joho/godotenv v1.4.0 // indirect
|
||||
Reference in New Issue
Block a user