Created small library to automatically download the input and run test cases

This commit is contained in:
2021-12-03 18:17:13 +01:00
parent 18d3b51e20
commit efafd55f96
4 changed files with 104 additions and 0 deletions

5
2021/common/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module AoC/2021/common
go 1.17
require github.com/joho/godotenv v1.4.0 // indirect