Browse Source

Update README.md

pull/804/head
Christopher Fremond 3 years ago committed by GitHub
parent
commit
8b6f6ba469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/sqrt/README.md

2
subjects/sqrt/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that returns the square root of the `int` passed as parameter if that square root is a whole number. Otherwise it returns `0`.
Write a function that returns the square root of the `int` passed as parameter, if that square root is a whole number. Otherwise it returns `0`.
### Expected function

Loading…
Cancel
Save