chore: delete temporary file

This commit is contained in:
Rak Laptudirm
2021-10-21 19:12:21 +05:30
committed by GitHub
parent 5a7b749ecf
commit 167d7bafc8

View File

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