```rust let num: i32 = read!("Enter a number: ").unwrap();

let string: String = read!("Enter a string: ").unwrap(); ```