-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathiconprint.h
More file actions
25 lines (20 loc) · 1.37 KB
/
Copy pathiconprint.h
File metadata and controls
25 lines (20 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include <iostream>
using namespace std;
void iconprint(){
cout<<"/*_________________________________________________________________________*/"<<endl;
cout<<"/*-------------------------------------------------------------------------*/"<<endl;
cout<<"/*| || ==== |*/"<<endl;
cout<<"/*| || //\\ ||\\ || //==== ====|| ||===|| || |*/"<<endl;
cout<<"/*| || // \\ || \\ || || // || || ==== |*/"<<endl;
cout<<"/*| || //====\\ || \\ || || // || || || |*/"<<endl;
cout<<"/*| ||===== // \\ || \\|| \\==== ||==== ||===|| ==== |*/"<<endl;
cout<<"/*| |*/"<<endl;
cout<<"/*| Developer: Nitin Kaushal (kaushalnitin002@gmail.com) |*/"<<endl;
cout<<"/*| Description: Solves various Strongly correlated models present |*/"<<endl;
cout<<"/*| in Condensed matter physics |*/"<<endl;
cout<<"/*| |*/"<<endl;
cout<<"/*_________________________________________________________________________*/"<<endl;
cout<<"/*-------------------------------------------------------------------------*/"<<endl;
cout<<endl;
cout<<endl;
}