We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ecd5e commit 9dd2acfCopy full SHA for 9dd2acf
1 file changed
exercises/practice/prime-factors/.docs/instructions.md
@@ -17,8 +17,6 @@ What are the prime factors of 60?
17
So let's move on to our next divisor, 3.
18
- 3 goes cleanly into 15, leaving 5.
19
- 3 does not go cleanly into 5.
20
- The next possible factor is 4.
21
- - 4 does not go cleanly into 5.
22
The next possible factor is 5.
23
- 5 does go cleanly into 5.
24
- We're left only with 1, so now, we're done.
0 commit comments