Update template do be more useful.
This commit is contained in:
parent
284a86354b
commit
ded23b8e78
|
@ -5,11 +5,10 @@ import (
|
|||
"os"
|
||||
|
||||
"git.annabunch.es/annabunches/adventofcode/2020/lib/fileutils"
|
||||
"git.annabunch.es/annabunches/adventofcode/2020/lib/util"
|
||||
)
|
||||
|
||||
func main() {
|
||||
step := os.Args[1]
|
||||
// step := os.Args[1]
|
||||
values := fileutils.InputParserStrings(os.Args[2])
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user