mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
typo
This commit is contained in:
parent
b55019149b
commit
94ffd625c9
@ -12,7 +12,7 @@ func cycleOnce(image img) {
|
||||
}
|
||||
|
||||
// cycleMany cycles a single image for a given number of iterations
|
||||
// it also caches the index of the interation for each image
|
||||
// it also caches the index of the iteration 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