zhekha

Results 1 issues of zhekha

``` #include "wildcards.hpp" #include #include int main() { using wildcards::make_matcher; constexpr auto pattern = make_matcher("???"); for (auto& entry : {"qwe", "asd", "zxc"}) { std::string str = entry;. if (pattern.matches(str)) std::cout