common/exercises/prime-factors/description.md in trackler-2.1.0.18 vs common/exercises/prime-factors/description.md in trackler-2.1.0.19
- old
+ new
@@ -1,4 +1,6 @@
+Compute the prime factors of a given natural number.
+
A prime number is only evenly divisible by itself and 1.
Note that 1 is not a prime number.
## Example