diff --git a/subjects/countstars/README.md b/subjects/countstars/README.md index ebd2d58a..755268b9 100644 --- a/subjects/countstars/README.md +++ b/subjects/countstars/README.md @@ -5,6 +5,8 @@ Write a function called CountStars that counts the stars up to a number given as - If the number is negative or equal to 0, return "`No stars`" - No need to manage overflow. +The Library strconv is allowed. + ### Expected Function ```go