diff --git a/2020/template.go b/2020/template.go index 75fee0b..537bd59 100644 --- a/2020/template.go +++ b/2020/template.go @@ -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]) }