mirror of
https://github.com/cubixle/codekata-golang.git
synced 2026-04-30 14:38:47 +01:00
Prime factors
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Prime factors
|
||||
|
||||
Prime Numbers kata calculates the prime numbers up to 100.
|
||||
|
||||
Example:
|
||||
|
||||
The prime numbers to 10 are 2, 3, 5, 7.
|
||||
|
||||
Clarifying Notes:
|
||||
|
||||
A prime number is a integer which is only divisible by itself and 1.
|
||||
Reference in New Issue
Block a user