diff --git a/subjects/enigma.fr.md b/subjects/enigma.fr.md index bbabd2b9..a31669e8 100644 --- a/subjects/enigma.fr.md +++ b/subjects/enigma.fr.md @@ -10,8 +10,6 @@ Write a function called `Enigma` that receives poiters to functions and move its - `d` into `b`; - `b` into `a`. -- This function must have the following signature. - ### Expected function ```go