From 9118651903a93432269a01eaa07c4c9b9f647d7c Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Wed, 20 Nov 2019 03:02:15 +0000 Subject: [PATCH] Update fprime.en.md --- subjects/fprime.en.md | 2 -- 1 file changed, 2 deletions(-) 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