Advertisement
Guest User

new

a guest
Jul 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3. int main ()
  4. {
  5.     cout<<" *\n";
  6.     cout<<" **\n";
  7.     cout<<" ***\n";
  8.     cout<<" ****\n";
  9.     cout<<" *****\n";
  10.     cout<<" ****\n";
  11.     cout<<" ***\n";
  12.     cout<<" **\n";
  13.     cout<<" *\n";
  14.    
  15.     return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement