Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. # include <stdio.h>
  2. # include <conio.h>
  3. # include <stdlib.h>
  4.  
  5.  
  6. void muneco()
  7. {
  8.     printf(" @  \n");
  9.     printf("-|->\n");
  10.     printf("] [ ");
  11.    
  12. }
  13.  
  14. int main()
  15. {
  16.     muneco();
  17.     getche();
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement