Skip to content

Commit 185491d

Browse files
authored
Merge pull request #668 from TheBestJohn/patch-1
Update Pythagorean triplet README.md with missing constraint
2 parents 666a940 + 5600cb3 commit 185491d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exercises/pythagorean-triplet/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ which,
77
a**2 + b**2 = c**2
88
```
99

10+
and such that,
11+
12+
```text
13+
a < b < c
14+
```
15+
1016
For example,
1117

1218
```text

0 commit comments

Comments
 (0)