Advertisement
Guest User

Renush <3

a guest
Feb 5th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.48 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <conio.h>
  4. #include <string.h>
  5. /** this is for rena!!! <3*/
  6. void rena()
  7. {
  8.     /*unfinished af char renaIsSugoi[] = { 0 };
  9.     fgets (rena, 2, stdin);*/
  10.     unsigned int rena = getch();
  11.     //printf("%s", rena);
  12.     printf("Warning! In order to close this program you must exit using the 'X' button!\nThis was made for Rena! <3\n");
  13.     while (rena > 0 && rena < 256)
  14.     {
  15.         printf("<3");
  16.         getch();
  17.     }
  18. }
  19. int main()
  20. {
  21.     rena();
  22.     return 0;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement