Skip to content

Commit 46b7be6

Browse files
kapitaaligithub-actions[bot]
authored andcommitted
🤖 Auto-sync docs, metadata, and filepaths
1 parent 99a20ae commit 46b7be6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎exercises/practice/triangle/.docs/instructions.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ A _scalene_ triangle has all sides of different lengths.
1313

1414
For a shape to be a triangle at all, all sides have to be of length > 0, and the sum of the lengths of any two sides must be greater than or equal to the length of the third side.
1515

16+
~~~~exercism/note
17+
We opted to not include tests for degenerate triangles (triangles that violate these rules) to keep things simpler.
18+
You may handle those situations if you wish to do so, or safely ignore them.
19+
~~~~
20+
1621
In equations:
1722

1823
Let `a`, `b`, and `c` be sides of the triangle.

0 commit comments

Comments
 (0)