StopingPower23

HAPPY FACE :D

Nov 6th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. /*Drawing a face*/
  2.  
  3. #include <iostream>
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8.     cout << "    *****    \n";
  9.     cout << "   * o o *   \n";
  10.     cout << "  *   |   *  \n";
  11.     cout << "   * \_/ *   \n";
  12.     cout << "    *****    \n";
  13.     return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment