Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- _ _ _____ _ __ ___ | |__
- | | | | |_____| | '_ \ / _ \| '_ \
- | |_| | |_____| | | | | (_) | |_) |
- \__,_| |_| |_|\___/|_.__/
- */
- #include<cstdio>
- int main()
- {
- puts("you lost the game");
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement