Advertisement
rowers

Untitled

Mar 26th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for (i=0;i<38;i++){
  2. gotoxy(i+4,1);
  3. printf("=");
  4. gotoxy(i+4,25);
  5. printf("=");}
  6. for (i=0;i<23;i++){
  7. gotoxy(4,i+2);
  8. printf("|");
  9. gotoxy(41,i+2);
  10. printf("|");}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement