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 programmation_sequentielle/cours!7
parents b4a94fcb ae61c73f
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ int k = 0;
do {
x[k] = -1;
k += 1;
} while (k < 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