diff --git a/day-14/one.go b/day-14/one.go index d93edc5..1dc7911 100644 --- a/day-14/one.go +++ b/day-14/one.go @@ -47,7 +47,7 @@ func rollRight(line string) string { return line } -// one returns the load of all boulders after a single image cycle +// one returns the load of all boulders after a single image transposition+roll func one(lines []string) int { image := newImg(len(lines)) copy(image.raw, lines)