Skip to content

Commit 4fbcd64

Browse files
Create Cout_Rectangle.cpp
1 parent ba075e6 commit 4fbcd64

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Cout_Rectangle.cpp

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#include <iostream>
2+
3+
using namespace std;
4+
5+
int main() {
6+
cout << "*********" << endl;
7+
cout << "* *" << endl;
8+
cout << "* *" << endl;
9+
cout << "* *" << endl;
10+
cout << "*********" << endl;
11+
return 0;
12+
}

0 commit comments

Comments
 (0)