3 lines
139 B
C++
3 lines
139 B
C++
const mstch::node comments_data = mstch::map{
|
|
{"title", mstch::lambda{[]()->mstch::node{return std::string{"A Comedy of Errors"};}}}
|
|
}; |