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

Merge branch 'yassin.elhakoun-master-patch-37193' into 'master'

Yassin.elhakoun master patch 37193

See merge request !7
parents b4a94fcb ae61c73f
No related branches found
No related tags found
1 merge request!7Yassin.elhakoun master patch 37193
Pipeline #27296 passed
...@@ -175,7 +175,7 @@ int k = 0; ...@@ -175,7 +175,7 @@ int k = 0;
do { do {
x[k] = -1; x[k] = -1;
k += 1; k += 1;
} while (k < 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.
Finish editing this message first!
Please register or to comment