json/test/cmake_fetch_content2/project/main.cpp
2022-02-22 20:47:31 +01:00

9 lines
103 B
C++

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