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

https://github.com/simpson-computer-technologies-research/simple_calculator_c


https://github.com/simpson-computer-technologies-research/simple_calculator_c

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Calculator in C

```
Enter an expression (or 'quit'): 12+3
12+3
Result: 15
```