Browse Source

Corrected

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

2
subjects/countstars/README.md

@ -31,6 +31,8 @@ func main() {
fmt.Println(CountStars(1))
}
```
And its output :
```console
$ go run .

Loading…
Cancel
Save