Oops a very lucky mistake on Day 4 Question 1

This commit is contained in:
2025-12-05 23:51:52 +02:00
parent 7d96ae4b3f
commit 538fd354d0

View File

@@ -46,7 +46,7 @@ int main() {
// Really convenient that integers are floored
x = currentPosition % width;
y = currentPosition / height;
y = currentPosition / width;
uint8_t neighbourCount = 0;
// Just check for 5 since we know middle is definetly @ always