mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-21 18:00:47 +00:00
fix wording
This commit is contained in:
parent
e8f7c2a63d
commit
b55019149b
@ -12,7 +12,7 @@ func cycleOnce(image img) {
|
||||
}
|
||||
|
||||
// cycleMany cycles a single image for a given number of iterations
|
||||
// it also caches each image and measures the period of repetition
|
||||
// it also caches the index of the interation for each image
|
||||
func cycleMany(image img, iterations int) {
|
||||
cache := make(map[string]int)
|
||||
i, start := 0, 0
|
||||
|
Loading…
Reference in New Issue
Block a user