Compare commits
No commits in common. "ded23b8e788b4feb2950bce85ef038532eb43177" and "43f0edf0fb15a09b8529a47e7f613f5f8f03592f" have entirely different histories.
ded23b8e78
...
43f0edf0fb
|
@ -1,5 +1,8 @@
|
|||
package main
|
||||
|
||||
// step 1:
|
||||
// 2129 too low
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
|
|
@ -5,10 +5,11 @@ 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