//To run this example `cargo run --example match --release`
//This example shows how best to use `match` on a inputted value.
//The thing to note form this program is the use of `unreachable!()`
extern crate dont_disappear;
extern crate read_input;
use *;