Advertisement
Guest User

Untitled

a guest
May 26th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <unistd.h>
  3.  
  4. // Do not be sad anymore, be smile!
  5. // Thanks B0rk :)
  6.  
  7. int main(int argc, char **argv){
  8. while(1){
  9. printf(":) ");
  10. fflush(stdout);
  11. sleep(1);
  12. }
  13. return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement