Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flhorizon authored Dec 16, 2017
1 parent 56e00a3 commit cbe765a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ A projet to learn Haskell by pratice.

A quadratic equation parser / solver.

##Build
## Build

###Dependencies
### Dependencies
- GNU make 4
- ghc 7.6.3
- dlist 0.8.0.2
Expand All @@ -18,7 +18,7 @@ A quadratic equation parser / solver.

`$ make`

##Example
## Example
`$ ./mySolver 'X + 1 = -X^-1'`
```
Reduced form: 1.0 * X^0 + 1.0 * X^1 + 1.0 * X^2 = 0
Expand Down

0 comments on commit cbe765a

Please sign in to comment.