libregex/src/main.c

5 lines
78 B
C
Raw Normal View History

#include <stdlib.h>
int main(int argc, char** argv){
return EXIT_SUCCESS;
}