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