Jack Mustacato 9 лет назад
Родитель
Сommit
b71aea35a4
1 измененных файлов: 0 добавлений и 6 удалений
  1. 0
    6
      exercises/triangle/README.md

+ 0
- 6
exercises/triangle/README.md Просмотреть файл

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