mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2026-04-08 06:53:31 +00:00
reword docstring.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user