1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-25 21:23:02 +04:00
Files
json/tests/module_cpp20/main.cpp
T
2025-06-29 22:02:31 +02:00

7 lines
60 B
C++

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