diff --git a/slides/cours_15.md b/slides/cours_15.md index 0ea72645e7b207426c08c786924cd50bc33b6d68..f9e34355946698b1736cf75bd912e2058723a0d7 100644 --- a/slides/cours_15.md +++ b/slides/cours_15.md @@ -586,7 +586,6 @@ a * b - c * d + e / f . . . ```C -// Déclarations pour le type arbre typedef int data; typedef struct _node { data info;