package
0.0.0-20241125083417-0b09d6ac830b
Repository: https://github.com/yydaily/project-euler-solution.git
Documentation: pkg.go.dev

# README

Perfect Square Collection

Find the smallest $x + y + z$ with integers $x > y > z > 0$ such that $x + y, x − y, x + z, x − z, y + z, y − z$ are all perfect squares.