Advertisement
Waliullah8328

01

Jan 31st, 2020
187
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("I read in DIU\n");
  5.     printf("  read\n");
  6.     printf("       in\n");
  7.     printf("          DIU");
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement