diff --git a/subjects/fprime.en.md b/subjects/fprime.en.md index 0c4ad4ba..a94b5cf3 100644 --- a/subjects/fprime.en.md +++ b/subjects/fprime.en.md @@ -10,8 +10,6 @@ Write a program that takes a positive `int` and displays its prime factors, foll - The input, when there is one, will always be valid. -- In this exercise the primes factor of 1 is considered as 1. - ### Usage ```console