We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fe37f commit 4e87676Copy full SHA for 4e87676
1 file changed
problem_009/problem9.md
@@ -1,4 +1,4 @@
1
-# Special Pythagorean triplet
+# Special Pythagorean Triplet
2
## Problem 9
3
A Pythagorean triplet is a set of three natural numbers, a < b < c, for which,
4
@@ -18,4 +18,4 @@ can compile on linux using the following
18
`$ gcc -o solution solution.c -lm`
19
20
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.
+Note the much simpler syntax to a Ruby program compared to C.
0 commit comments