Skip to content
Snippets Groups Projects
Commit b86b12da authored by Vincent Nivoliers's avatar Vincent Nivoliers
Browse files

typo sujet

parent 073fc1f9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -257,8 +257,8 @@ réalisez le test suivant :
```Cpp
Liste l1 ;
l1.ajouter_en_tete(10) ;
Liste l2 = l ;
Liste l3(l) ;
Liste l2 = l1 ;
Liste l3(l1) ;
```
#### Opérateur d'affectation
......
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