Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stden authored Nov 6, 2016
1 parent 01c5df4 commit cc85058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Решение квадратного уравнения на Java
=====================================

[![Build Status](https://travis-ci.org/levelp/QuadraticEquation.svg?branch=master)](https://travis-ci.org/levelp/QuadraticEquation)
[![Coverage Status](https://coveralls.io/repos/github/levelp/QuadraticEquation/badge.svg?branch=master)](https://coveralls.io/github/levelp/QuadraticEquation?branch=master)

ax^2 + bx + c = 0

* Вводим с клавиатуры или из файла коэффициенты: **a**, **b** и **c**
Expand Down

0 comments on commit cc85058

Please sign in to comment.