Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 320 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 320 Bytes

triangle

A C project about detecting properties of given triangle, described by its coordinates.

Compile & Run

To compile the code:

gcc main.c -o triangle

To run the application:

./triangle

How does it work?

  1. Calculate the edges.
  2. ssdfsdf
  3. dffs

Sample Output

Sample output here