Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include "LibAcne.h"
  2. #include <stdlib.h>
  3. #include <stdio.h>
  4. int main()
  5. {
  6.     while(1)
  7.     {
  8.         if(rand() > 16383) fprintf(stdout, "Ko-ko-ko.\n");
  9.         sleep(1);
  10.     }
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement