Guest User

Untitled

a guest
Jan 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <cstdio>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. printf(" *\n");
  8. printf(" **\n");
  9. printf(" ***\n");
  10. printf(" ****\n");
  11. printf(" *****\n");
  12. printf(" ******\n");
  13. }
Add Comment
Please, Sign In to add comment