inhuman_Arif

printf

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