From 670dbded74dce8a52ad51139aca1c1cf9c5dea26 Mon Sep 17 00:00:00 2001 From: nik-don <93073558+nik-don@users.noreply.github.com> Date: Tue, 9 Nov 2021 17:32:21 +0000 Subject: [PATCH] Add package name piscine imported not being used, --- subjects/maxwordcountn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/maxwordcountn/README.md b/subjects/maxwordcountn/README.md index 184b8d6f2..8acd3345f 100644 --- a/subjects/maxwordcountn/README.md +++ b/subjects/maxwordcountn/README.md @@ -26,7 +26,7 @@ import ( ) func main() { - fmt.Println(MaxWordCountN(` + fmt.Println(piscine.MaxWordCountN(` Orange Orange is the sun sliding to the horizon after a summer day. Orange is the sound of dribbling basetball. Orange is the smell of a tiger lily petal. Orange is the taste of thirst-quenching Nehi Soda. Orange is the color of peach marmalade on a side of toast. Orange is the sound of a carrot popping out of the ground. `, 3)) }