day7, input
This commit is contained in:
parent
b112460875
commit
28aef4c64c
@ -11,7 +11,7 @@ import (
|
|||||||
|
|
||||||
func Run() int {
|
func Run() int {
|
||||||
fmt.Print("hello day 7")
|
fmt.Print("hello day 7")
|
||||||
filename := "day7/example"
|
filename := "day7/input"
|
||||||
input := ReadFile(filename)
|
input := ReadFile(filename)
|
||||||
slices.SortFunc(input, CompareHands)
|
slices.SortFunc(input, CompareHands)
|
||||||
log.Printf("read the input %+v\n", input)
|
log.Printf("read the input %+v\n", input)
|
||||||
|
1000
day7/input
Normal file
1000
day7/input
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user