diff --git a/subjects/countstars/README.md b/subjects/countstars/README.md index 755268b9..328b4e59 100644 --- a/subjects/countstars/README.md +++ b/subjects/countstars/README.md @@ -31,6 +31,8 @@ func main() { fmt.Println(CountStars(1)) } ``` +And its output : + ```console $ go run .