Browse Source

docs(nextprime) correct grammar

DEV-3198-new-go-exercise-get-digit-len
davhojt 2 years ago committed by Dav Hojt
parent
commit
ea708717c5
  1. 6
      subjects/nextprime/README.md

6
subjects/nextprime/README.md

@ -2,11 +2,11 @@
### Instructions
Write a **function** which returns the first prime number which is equal or superior to the `u64` passed as parameter.
Create a **function** which returns the first prime number which is greater than or equal to the `u64` passed as an argument.
The function must be optimized in order to avoid time-outs with the tester.
The function must be optimized, so as to avoid time-outs.
(We consider that only positive numbers can be prime numbers)
> We consider that only positive numbers can be prime numbers.
### Expected function

Loading…
Cancel
Save