main.cpp 103 B

12345678
  1. #include <nlohmann/json.hpp>
  2. int main(int argc, char **argv)
  3. {
  4. nlohmann::json j;
  5. return 0;
  6. }