Type in a number. The algorithm will try finding prime numbers between 2 and the specified value.
Random thing I decided to do after remembering an embarrassing moment where I answered a programming question in which I mentioned an even number finding algorithm instead of what was being actually asked (prime number finding). This uses the SoE (Sieve of Eratosthenes) method (considered the fastest prime number finding method to date afaik).