Sign in
◑
Theme
flutter
/
third_party
/
json.git
/
b3da8b325a62727fcd1ac720aa4d4dd5e4a4732f
/
.
/
test
/
cmake_fetch_content
/
project
/
main.cpp
blob: d2d118b8544d2c3085b63a9b25cce2aed3cc578e [
file
]
#include
<nlohmann/json.hpp>
int
main
(
int
argc
,
char
**
argv
)
{
nlohmann
::
json j
;
return
0
;
}