Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include<stdio.h>
  2. #include<conio.h>
  3. void main()
  4. {
  5. clrscr();
  6. printf("Love\n");
  7. printf("\tLove\n");
  8. printf("\t\tLove\n");
  9. printf("\tLove\n");
  10. printf("Love");
  11. getch();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement