<?php
/*
* Gnieark's anwser to euler problem 6
* https://projecteuler.net/problem=6
*/
require_once("_functions.php");
echo getPrimeNumber(10001);