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

https://github.com/fcharlie/abslexample

abslexample
https://github.com/fcharlie/abslexample

Last synced: 2 months ago
JSON representation

abslexample

Awesome Lists containing this project

README

        

# Absl Example

```shell
git clone https://github.com/fcharlie/abslexample.git --recurse
```

```shell
cd abslexample
mkdir build
cd build
cmake -GNinja ..
make
```