Skip to content
Snippets Groups Projects
Verified Commit be7531f9 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typo

parent 28906d44
No related branches found
No related tags found
No related merge requests found
Pipeline #19796 passed
......@@ -176,7 +176,7 @@ int k = 0;
do {
x[k] = -1;
k += 1;
} while (j < 9)
} while (k < 9)
```
# Représentation des tableaux en mémoire
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment