Compare commits

..

No commits in common. "ded23b8e788b4feb2950bce85ef038532eb43177" and "43f0edf0fb15a09b8529a47e7f613f5f8f03592f" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -5,10 +5,11 @@ import (
"os" "os"
"git.annabunch.es/annabunches/adventofcode/2020/lib/fileutils" "git.annabunch.es/annabunches/adventofcode/2020/lib/fileutils"
"git.annabunch.es/annabunches/adventofcode/2020/lib/util"
) )
func main() { func main() {
// step := os.Args[1] step := os.Args[1]
values := fileutils.InputParserStrings(os.Args[2]) values := fileutils.InputParserStrings(os.Args[2])
} }