Browse Source

Update README.md

content-update
Christopher Fremond 4 years ago committed by GitHub
parent
commit
25c525dcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/isprime/README.md

2
subjects/isprime/README.md

@ -6,6 +6,8 @@ Write a function that returns `true` if the `int` passed as parameter is a prime
The function must be optimized in order to avoid time-outs with the tester.
(We consider that only positive numbers can be prime numbers)
### Expected function
```go

Loading…
Cancel
Save