1
0
mirror of https://github.com/nlohmann/json synced 2024-12-02 16:30:11 +00:00
nlohmannjson/test/cmake_import/project/main.cpp
2018-09-30 22:52:47 -04:00

9 lines
103 B
C++

#include <nlohmann/json.hpp>
int main(int argc, char **argv)
{
nlohmann::json j;
return 0;
}