Calculating digits of pi with arbitrary size and find pattern inside.
It can calculate billion digits of pi with using Chudnovsky algorithm.
It can find number patterns with using Knutt-Morris-Pratt algorithm.
Compilation is done by selecting "Release" and targeting "x64" bit cpu architecture.