Ver código fonte

Matched new README formatting

Jack Mustacato 9 anos atrás
pai
commit
2383ea8cd0
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      exercises/triangle/README.md

+ 4
- 0
exercises/triangle/README.md Ver arquivo

4
 
4
 
5
 An _equilateral_ triangle has all three sides the same length.
5
 An _equilateral_ triangle has all three sides the same length.
6
 
6
 
7
+<<<<<<< HEAD
7
 An _isosceles_ triangle has at least two sides the same length. (It is sometimes
8
 An _isosceles_ triangle has at least two sides the same length. (It is sometimes
8
 specified as having exactly two sides the same length, but for the purposes of
9
 specified as having exactly two sides the same length, but for the purposes of
9
 this exercise we'll say at least two.)
10
 this exercise we'll say at least two.)
11
+=======
12
+An _isosceles_ triangle has at least two sides the same length.
13
+>>>>>>> Matched new README formatting
10
 
14
 
11
 A _scalene_ triangle has all sides of different lengths.
15
 A _scalene_ triangle has all sides of different lengths.
12
 
16