Skip to content

Commit

Permalink
Correct blurb for the pythagorean-triplet exercise (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial authored Nov 19, 2024
1 parent 5ec91e8 commit 06e6528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 triplet."
source = "Problem 9 at Project Euler"
blurb = "Given an integer N, find all Pythagorean triplets for which a + b + c = N."
source = "A variation of Problem 9 from Project Euler"
source_url = "https://projecteuler.net/problem=9"

0 comments on commit 06e6528

Please sign in to comment.