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

typo

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