Compare commits

..

2 Commits

Author SHA1 Message Date
ded23b8e78 Update template do be more useful. 2020-12-11 21:24:57 +00:00
284a86354b Remove unneeded comments. 2020-12-11 21:24:49 +00:00
2 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,5 @@
package main
// step 1:
// 2129 too low
import (
"fmt"
"os"

View File

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