Browse Source

Update README.md

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

2
subjects/isprime/README.md

@ -8,6 +8,8 @@ The function must be optimized in order to avoid time-outs with the tester.
(We consider that only positive numbers can be prime numbers)
(We also consider that 1 is **not** a prime number)
### Expected function
```go

Loading…
Cancel
Save