Advertisement
kellykamay

quite c++

Jun 22nd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.    
  6.     cout << "The free soul is rare, but you know it when you see it" << endl;
  7.     cout << "- basically because you feel good, very good," << endl;
  8.     cout << "when you are near or with them." <<endl;
  9.     cout << "Charles Bukowski" << endl;
  10.    
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement