mistress main.c
1#include "lib.h"
2
3int main(void) {
4   meow();
5   return 0;
6}