Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
176
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.  
  4. int main(void)
  5. {
  6.     void textcolor(int blue)
  7.     {
  8.         textcolor(blue);
  9.     }
  10.     printf("TEST TEST TEST TEST");
  11.     getch();
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement