Skip to content

Commit

Permalink
fix(curriculum): Updated semiPrime test (freeCodeCamp#57298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylalei authored Nov 22, 2024
1 parent c7c333d commit e6520b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ How many composite integers, $n < {10}^8$, have precisely two, not necessaril
`semiPrimes()` should return `17427258`.

```js
assert.strictEqual(euler187(), 17427258);
assert.strictEqual(semiPrimes(), 17427258);
```

# --seed--
Expand Down

0 comments on commit e6520b9

Please sign in to comment.