Skip to content

Commit 483d3c8

Browse files
Pythagorean Triplet: ask for triplet instead of product (#2344)
* Pythagorean Triplet asks for triplet instead of product.
1 parent 02209d7 commit 483d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title = "Pythagorean Triplet"
2-
blurb = "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product a * b * c."
2+
blurb = "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet."
33
source = "Problem 9 at Project Euler"
44
source_url = "https://projecteuler.net/problem=9"

0 commit comments

Comments
 (0)