https://github.com/horance-liu/cquantity
https://github.com/horance-liu/cquantity
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/cquantity
- Owner: horance-liu
- License: apache-2.0
- Created: 2021-05-21T23:03:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T23:05:56.000Z (almost 4 years ago)
- Last Synced: 2025-04-15T01:49:29.286Z (22 days ago)
- Language: CMake
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```