From fa60ce3a096ee3a3c96e4e31ad1b0cd4ba5d2b4f Mon Sep 17 00:00:00 2001 From: LEEDASILVA <39002521+LEEDASILVA@users.noreply.github.com> Date: Wed, 19 Jun 2019 16:25:37 +0100 Subject: [PATCH] Update activebits.fr.md --- subjects/activebits.fr.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/subjects/activebits.fr.md b/subjects/activebits.fr.md index fa44a926..96354229 100644 --- a/subjects/activebits.fr.md +++ b/subjects/activebits.fr.md @@ -4,8 +4,6 @@ Write a function, `ActiveBits`, that returns the number of active bits (bits with the value 1) in the binary representation of an integer number. -The function must have the next signature. - ### Expected function ```go