Skip to content
Snippets Groups Projects
Commit 1601a61d authored by yassin.elhakoun's avatar yassin.elhakoun
Browse files

Update cours_2.md (ligne 209 il manquait un ";" après le do-while)

parent 0eea224b
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ while (sum < 10) {
}
do {
sum += 10;
} while (sum < 100)
} while (sum < 100);
```
# Structures de contrôle: `for`{.C}
......
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