Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int menu() {
- int choice;
- printf("1. Destroy this place.\n"
- "2. Kill myself.\n"
- "3. Get out from here.\n"
- "> ");
- scanf("%d", &choice);
- return choice;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement