Guest User

Untitled

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. #include <iostream>;
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. cout << " /\\"<endl;
  8. cout << " / \\"<endl;
  9. cout << " / \\"<endl;
  10. cout << " | -- |" endl;
  11. cout << " |_||_|" endl;
  12. }
Add Comment
Please, Sign In to add comment