-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotSlash.cpp
More file actions
15 lines (13 loc) · 867 Bytes
/
DotSlash.cpp
File metadata and controls
15 lines (13 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "checkIn.h"
void DotSlash ()
{
cout << "**********************************************************************" << endl;
cout << "* ____ ____ ______ ____ ___ ____ *" << endl;
cout << "* || \\\\ || || || || || // \\\\ || || || *" << endl;
cout << "* || || || || || __ ||___ || ||___|| ||___ ||___|| *" << endl;
cout << "* || || || || || |__| || || || || || || || *" << endl;
cout << "* ||__// ||__|| || ____|| ||__ || || ____|| || || *" << endl;
cout << "* *" << endl;
cout << "* C O M P U T E R S C I E N C E *" << endl;
cout << "**********************************************************************" << endl;
}