From 731d854720abe466c4da4c7810ab4fbda3786eac Mon Sep 17 00:00:00 2001 From: LEEDASILVA <39002521+LEEDASILVA@users.noreply.github.com> Date: Wed, 19 Jun 2019 16:23:58 +0100 Subject: [PATCH] Update enigma.en.md --- subjects/enigma.en.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/subjects/enigma.en.md b/subjects/enigma.en.md index 6c94c416b..b425e7d9c 100644 --- a/subjects/enigma.en.md +++ b/subjects/enigma.en.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