Compare commits
2 Commits
43f0edf0fb
...
ded23b8e78
Author | SHA1 | Date | |
---|---|---|---|
ded23b8e78 | |||
284a86354b |
|
@ -1,8 +1,5 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
// step 1:
|
|
||||||
// 2129 too low
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
|
@ -5,11 +5,10 @@ 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])
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user