1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00
Files
json/tests/module_cpp20/main.cpp
2025-06-29 22:02:31 +02:00

7 lines
60 B
C++

import nlohmann.json;
int main()
{
nlohmann::json j;
}