day 7
This commit is contained in:
parent
4ffe17fe12
commit
579ae1211b
@ -3,6 +3,7 @@ package year25
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"git.bizdoc.ro/gabi-public/Advent-of-Code.git/aoc"
|
||||
"git.bizdoc.ro/gabi-public/Advent-of-Code.git/aocutils"
|
||||
"git.bizdoc.ro/gabi-public/Advent-of-Code.git/year25/day7_pg"
|
||||
"git.bizdoc.ro/private/devkit.git/collections/geometry/v2"
|
||||
@ -22,7 +23,7 @@ func day7ParseInput(c aoc.Context) (g geometry.Grid[byte], start geometry.Point,
|
||||
return g, start, nil
|
||||
}
|
||||
|
||||
return g, start, fmt.Errorf("day7: failed to find start point")
|
||||
return g, start, fmt.Errorf("day7: failed to find starting point")
|
||||
}
|
||||
|
||||
func Day7Part1(c aoc.Context) (int, error) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user