https://github.com/wasabina67/simple-bar-graph
Simple bar graph
https://github.com/wasabina67/simple-bar-graph
bar-graph
Last synced: 11 months ago
JSON representation
Simple bar graph
- Host: GitHub
- URL: https://github.com/wasabina67/simple-bar-graph
- Owner: wasabina67
- License: mit
- Created: 2024-12-06T09:01:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:28:49.000Z (over 1 year ago)
- Last Synced: 2025-01-12T04:48:53.500Z (over 1 year ago)
- Topics: bar-graph
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-bar-graph
Simple bar graph
## Build
```bash
make
```
## Run
```bash
make run
```
```bash
./simple_bar_graph 100
```
```bash
$ ./simple_bar_graph 100
Apple : ## 280
Banana : # 150
Coconut : ##### 500
Durian : ############ 1200
Grapes : ######## 800
Kiwi : ## 200
Lemon : # 100
Mango : ###### 600
Orange : ### 350
Papaya : ####### 700
Pineapple : ########## 1000
Strawberry: ##### 500
```
## Clean
```bash
make clean
```