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
- Host: GitHub
- URL: https://github.com/simpson-computer-technologies-research/simple_calculator_c
- Owner: Simpson-Computer-Technologies-Research
- Created: 2024-04-22T02:42:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T02:47:13.000Z (about 2 years ago)
- Last Synced: 2024-04-22T04:20:46.819Z (about 2 years ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Calculator in C
```
Enter an expression (or 'quit'): 12+3
12+3
Result: 15
```