mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
chore: update standard
This commit is contained in:
3
Project-Euler/test.js
Normal file
3
Project-Euler/test.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import { calculateSumOfPrimeNumbers } from "./Problem10.js"
|
||||
|
||||
calculateSumOfPrimeNumbers(10**6 * 2)
|
||||
Reference in New Issue
Block a user