Browse Source

count starst correction

pull/1392/head
zainabdnaya 2 years ago committed by zainab Dnaya
parent
commit
733dda0c22
  1. 2
      subjects/countstars/README.md

2
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

Loading…
Cancel
Save