mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
reword docstring.
This commit is contained in:
parent
621a0dbd28
commit
219bb3884b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user