From 546a5170b191bf8fb2d2c7dcfb328ef96259f70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sun, 17 May 2020 21:01:54 +0200 Subject: [PATCH] Refactor subject --- subjects/activebits.en.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/activebits.en.md b/subjects/activebits.en.md index 1d84fc2e..6226c35c 100644 --- a/subjects/activebits.en.md +++ b/subjects/activebits.en.md @@ -25,8 +25,7 @@ import ( ) func main() { - nbits := piscine.ActiveBits(7) - fmt.Println(nbits) + fmt.Println(piscine.ActiveBits(7)) } ```