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 99616ea commit c212bf1Copy full SHA for c212bf1
Project-Euler/test.js
@@ -0,0 +1,3 @@
1
+import { calculateSumOfPrimeNumbers } from "./Problem10.js"
2
+
3
+calculateSumOfPrimeNumbers(10**6 * 2)
0 commit comments