chore: update standard

This commit is contained in:
Rak Laptudirm
2021-10-21 19:08:18 +05:30
parent 99616ea825
commit c212bf142c
3 changed files with 6407 additions and 11018 deletions

3
Project-Euler/test.js Normal file
View File

@@ -0,0 +1,3 @@
import { calculateSumOfPrimeNumbers } from "./Problem10.js"
calculateSumOfPrimeNumbers(10**6 * 2)