diff --git a/subjects/isthesquareachild/README.md b/subjects/isthesquareachild/README.md index d6665b12..7e6dee3d 100644 --- a/subjects/isthesquareachild/README.md +++ b/subjects/isthesquareachild/README.md @@ -15,6 +15,8 @@ func IsTheSquareAChild(number int, square int) bool { ### Usage +Here is a possible program to test your function: + ``` go package main