5 lines
229 B
C++
5 lines
229 B
C++
const mstch::node comments_data =
|
|
mstch::map_wrapper{{{"title", mstch::lambda_wrapper{{[]() -> mstch::node {
|
|
return std::string{"A Comedy of Errors"};
|
|
}}}}}};
|