using System;
public class Program
{
public static void Main()
Console.WriteLine("Press Enter to continue");
Console.ReadLine();
Console.WriteLine(@"
..--------------------..
|``--------------------''|
| |
| ,,,;;;;;;,,, |
| ,;;;;;;;;;;;;;;;;, |
| ;;;;;;;;;;;;;;;;;;;; |
| ;;;;;;;;;''' _ '';;; |
| _'''_ _ (_' | ` |
| |_) |_ |_) ._) | |
| .| |_ | ..... |
| :::.. ...::::::::: |
| :::::::::::::::::::: |
| '::::::::::::::::' |
| '''::::::''' |
';----..............----;'
'--------------------'
");
}