-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasci.txt
13 lines (13 loc) · 1.58 KB
/
asci.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
cout<<" ███████╗██╗ ██╗███████╗██╗ ██╗ "<<endl;
cout<<" ██╔════╝██║ ██║██╔════╝██║ ██║ "<<endl;
cout<<" ███████╗███████║█████╗ ██║ ██║ █████╗"<<endl;
cout<<" ╚════██║██╔══██║██╔══╝ ██║ ██║ ╚════╝"<<endl;
cout<<" ███████║██║ ██║███████╗███████╗███████╗ "<<endl;
cout<<" ╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝ "<<endl;
cout<<" "<<endl;
cout<<" ██████╗ ██╗ ██╗███╗ ██╗██╗ ██╗ "<<endl;
cout<<" ██╔══██╗██║ ██║████╗ ██║██║ ██╔╝ "<<endl;
cout<<" ██████╔╝██║ ██║██╔██╗ ██║█████╔╝ "<<endl;
cout<<" ██╔═══╝ ██║ ██║██║╚██╗██║██╔═██╗ "<<endl;
cout<<" ██║ ╚██████╔╝██║ ╚████║██║ ██╗ "<<endl;
cout<<" ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ "<<endl;