day7, input

This commit is contained in:
efim
2023-12-07 07:00:18 +00:00
parent b112460875
commit 28aef4c64c
2 changed files with 1001 additions and 1 deletions

View File

@@ -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)