@ -51,5 +51,8 @@ int main() {
twod_array[0][0] = 50;
printf("2d array: %d!\n", twod_array[0][0]);
for (int counter = 0; counter < 10; counter++)
printf("counter: %d\n", counter);
return 0;
}
The note is not visible to the blocked user.