9 lines
163 B
C
9 lines
163 B
C
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int main(void) {
|
||
|
printf(" (%c_/)\n",92);
|
||
|
printf("=(^.^)=\n");
|
||
|
printf("(%c) (%c)\n",34, 34);
|
||
|
return EXIT_SUCCESS;
|
||
|
}
|