Prime factors

This commit is contained in:
VicRen
2020-09-29 17:12:50 +08:00
parent 46f15c3b8d
commit 5ed00d147d
5 changed files with 129 additions and 1 deletions
+11
View File
@@ -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.