reword docstring.

This commit is contained in:
onyx-and-iris 2023-12-15 01:16:30 +00:00
parent 621a0dbd28
commit 219bb3884b

View File

@ -47,7 +47,7 @@ func rollRight(line string) string {
return line 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 { func one(lines []string) int {
image := newImg(len(lines)) image := newImg(len(lines))
copy(image.raw, lines) copy(image.raw, lines)