10 lines
144 B
C++
10 lines
144 B
C++
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int main(void) {
|
||
|
printf("{o,o}\n");
|
||
|
printf("(__(\\ \n");
|
||
|
printf("-\"-\"-\n");
|
||
|
return EXIT_SUCCESS;
|
||
|
}
|