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

https://github.com/horance-liu/cquantity


https://github.com/horance-liu/cquantity

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# quantity in c

## Build robot

```bash
$ git clone https://github.com/horance-liu/cquantity.git
$ cd cquantity
$ mkdir build && cd build
$ cmake ..
$ make
```

## Run test

```
$ cd build
$ make test
```