sus-regex/test.c
2024-04-04 11:23:46 +05:00

10 lines
145 B
C

#include <amogus.h>
#include <stdio.h>
int main() {
char* match;
if(!entry("meow.*|m(r(r(p..*)))",&match))
return 1;
printf("%s",match);
}