@@ -4,7 +4,7 @@ function day6(input, part2) {
let counts = Array(9).fill().map((_, i) => input.count(i))
for (let i = 0; i < (part2 ? 256 : 80); i++) {
counts = counts.rotate(1)
counts.push(counts.shift())
counts[6] += counts[8]
}
The note is not visible to the blocked user.