Formatted snippets

Consistency in headings.
This commit is contained in:
Angelos Chalaris
2017-11-30 19:17:33 +02:00
parent 61c3262102
commit d9c4f9234f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Greatest common divisor (GCD)
### Greatest common divisor (GCD)
Use recursion.
Base case is when `y` equals `0`. In this case, return `x`.