Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 142 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 142 Bytes

Build && Test

$ sudo apt-get install cmake
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug ..
$ make
$ ./leptjson_test