, чтобы сохранить свой прогресс
Задача 10: Суммирование простых чисел
⌛
primeSummation(17)
should return 41.
⌛
primeSummation(2001)
should return 277050.
⌛
primeSummation(140759)
should return 873608362.
⌛
primeSummation(2000000)
should return 142913828922.
/**
* Your test output will go here.
*/