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

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

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
```