Skip to content

Commit

Permalink
Pythagorean Triplet: ask for triplet instead of product (#2344)
Browse files Browse the repository at this point in the history
* Pythagorean Triplet asks for triplet instead of product.
  • Loading branch information
keiravillekode authored Nov 20, 2023
1 parent 02209d7 commit 483d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/pythagorean-triplet/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Pythagorean Triplet"
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."
source = "Problem 9 at Project Euler"
source_url = "https://projecteuler.net/problem=9"

0 comments on commit 483d3c8

Please sign in to comment.