Tahamina_Taha

ex2

Feb 5th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     printf("*\n");
  5.     printf("**\n");
  6.     printf("***\n");
  7.     printf("****\n");
  8.     printf("*****\n");
  9.     return 0;
  10.  
  11. }
Add Comment
Please, Sign In to add comment