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