Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 589 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 589 Bytes

CLIcalculator

This application allow you easily to calculate. If you use this application, you can do it like this.

$calc 1+1
2
$calc "(1+1)*2"
4

Installation

excecute make file.

Contributing

  1. Fork it (https://github.com/your-github-user/clicalculator/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors