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

Update cours_4.md

parent e140c716
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ Mot qui se lit pareil de droite à gauche que de gauche à droite:
## Solution 1
```C
while (first_index < last_index {
while (first_index < last_index) {
if (mot[first_index] != mot [last_index]) {
return false;
}
......
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