This program finds positive integer solutions to Pell's equation, x^2 - d y^2 = 1, using repeated fractions. The variable d can be chosen by the user.