Browse Source

Update README.md

1154-isthesquareachild
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
7a8d282924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/isthesquareachild/README.md

2
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

Loading…
Cancel
Save