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