Advertisement
kn0tsel

Devilish-01

Apr 27th, 2013
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.72 KB | None | 0 0
  1. /***************************************************************************************
  2.  *
  3.  * The Devil jumped to the Black Man && said..
  4.  * Do you want a raise..
  5.  * The Black Man løøked back at the Devil && said..
  6.  * Man, you know you out your face..
  7.  * The Devil jumped at him again && he begin him wrong..
  8.  * That Black Man løøked back at the Devil && said..
  9.  * Ain't we're having lots of fun..
  10.  * Let's get it..
  11.  *
  12.  ***************************************************************************************/
  13.  
  14. #include <stdio>
  15.  
  16. using namespace stdio;
  17.  
  18. int main(int argc, char* argv[])
  19. {
  20.   int nRes = 0;
  21.  
  22.   cout << "Ladies && Gentlemen.. Welcome #ABORT..\n\n";
  23.  
  24.   cout << "Here.. We.. Go..\n";
  25.  
  26.   return nRes;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement