Skip to content
Snippets Groups Projects

Update cours_4.md

Merged yassin.elhakoun requested to merge (removed):master into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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;
}
Loading