#include #include int main(void) { char apostrophe='"'; printf(" {o,o}\n"); printf(" (__(\\"); printf("\n"); printf(" -"); printf("%c",apostrophe); printf("-"); printf("%c",apostrophe); printf("-\n"); return EXIT_SUCCESS; }