Skip to content

Commit 06e6528

Browse files
authored
Correct blurb for the pythagorean-triplet exercise (#2500)
1 parent 5ec91e8 commit 06e6528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
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 triplet."
3-
source = "Problem 9 at Project Euler"
2+
blurb = "Given an integer N, find all Pythagorean triplets for which a + b + c = N."
3+
source = "A variation of Problem 9 from Project Euler"
44
source_url = "https://projecteuler.net/problem=9"

0 commit comments

Comments
 (0)