This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am jasojone on github. | |
* I am jasojone (https://keybase.io/jasojone) on keybase. | |
* I have a public key ASCeIul9X0yRE0MRbhXKRiOoD9WR1LE_9nehS66o1BirXgo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int main() | |
{ | |
char choice; | |
cout << "After returning to the captains' deck you realize a blip on your leak detection systems screen.\n"; | |
cout << "Unfortunately, the assistant captain failed to see that there is a leak in the main hall of the ship,\n"; | |
cout << "which is now nearly full of water. The ship sinking is highly probable.\n"; | |
cout << "Commence evacuation procedure immediately?\n"; | |
cout << "(y/n)" << endl; |