6 lines
80 B
Text
6 lines
80 B
Text
|
mstch::object{
|
||
|
{"title", [](){
|
||
|
return std::string{"Bear > Shark"};
|
||
|
}}
|
||
|
}
|