An open API service indexing awesome lists of open source software.

https://github.com/jf17/calc

CLI calculator
https://github.com/jf17/calc

calculator cli cpp linux simple-app

Last synced: 2 months ago
JSON representation

CLI calculator

Awesome Lists containing this project

README

          

# Simple calculator

```bash
git clone https://github.com/jf17/calc.git

cd calc/src
clang++ calc.cpp -o calc

./calc
```