11 lines
		
	
	
		
			159 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <stdio.h>
 | |
| #include <stdlib.h>
 | |
| 
 | |
| int main(void){
 | |
|   printf("     __\n");
 | |
|   printf("(___()'`;\n");
 | |
|   printf("/,    /`\n");
 | |
|   printf("\\\\\"--\\\\\n");
 | |
| 
 | |
| }
 |