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
- Host: GitHub
- URL: https://github.com/jf17/calc
- Owner: jf17
- Created: 2018-06-01T20:38:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T15:27:07.000Z (about 4 years ago)
- Last Synced: 2025-03-01T18:26:12.245Z (over 1 year ago)
- Topics: calculator, cli, cpp, linux, simple-app
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```