Advertisement
AKIB37

Untitled

Mar 25th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.  
  5. printf(" ********\n");
  6. printf(" ************\n");
  7. printf(" ####....#.\n");
  8. printf(" #..###.....##....\n");
  9. printf(" ###.......######\n");
  10. printf(" ...........\n");
  11. printf(" ##*#######\n");
  12. printf(" ####*******######\n");
  13. printf(" ...#***.****.*###....\n");
  14. printf(" ....**********##.....\n");
  15. printf(" ....****\t****....\n");
  16. printf(" ####\t\t####\n");
  17. printf(" ######\t\t######");
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement