Advertisement
AKIB37

Untitled

Mar 25th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 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(" ....**** ****....\n");
  16. printf(" #### ####\n");
  17. printf(" ###### ######");
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement