Skip to content

Commit 4e87676

Browse files
committed
Special Pythagorean Triplet
1 parent d9fe37f commit 4e87676

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

problem_009/problem9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Special Pythagorean triplet
1+
# Special Pythagorean Triplet
22
## Problem 9
33
A Pythagorean triplet is a set of three natural numbers, a < b < c, for which,
44

@@ -18,4 +18,4 @@ can compile on linux using the following
1818
`$ gcc -o solution solution.c -lm`
1919

2020
2. I then wrote the solution in Ruby. This solution is found in **solution.rb**.
21-
Note the much simpler syntax to a Ruby program compared to C.
21+
Note the much simpler syntax to a Ruby program compared to C.

0 commit comments

Comments
 (0)