We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02209d7 commit 483d3c8Copy full SHA for 483d3c8
exercises/pythagorean-triplet/metadata.toml
@@ -1,4 +1,4 @@
1
title = "Pythagorean Triplet"
2
-blurb = "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product a * b * c."
+blurb = "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet."
3
source = "Problem 9 at Project Euler"
4
source_url = "https://projecteuler.net/problem=9"
0 commit comments