Advertisement
Guest User

C++ LIFE DREAM PRO

a guest
Dec 20th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main(){
  4.     std::cout << "Don't look at here. Wasting of time. Go and learn C++ or play some games." << std::endl;
  5.     if(sure){
  6.     system(pause);
  7. }else{
  8.     std::cout << "Read again!" << std::endl;
  9. }
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement