-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathProgram.Logo.cs
23 lines (21 loc) · 1.01 KB
/
Program.Logo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// ReSharper disable once CheckNamespace
internal partial class Program
{
private static readonly string Logo = @"
__________...----..____..-'``-..___
,'. ```--.._
: ``._
| -- ``.
| -.- -. - -. `.
: __ -- . \
`._____________ ( `. -.- -- - . ` \
`-----------------\ \_.--------..__..--.._ `. `. :
`--' `-._ . |
CACHALOT DB `.` |
\` |
CSV import tool \ |
/ \`.
/ _\-'
/_,'
";
}