8 lines
101 B
C++
8 lines
101 B
C++
|
#pragma once
|
||
|
|
||
|
#include "catch.hpp"
|
||
|
|
||
|
#define private public
|
||
|
#include "json.hpp"
|
||
|
using nlohmann::json;
|