Macro doe::input_lines

source ·
macro_rules! input_lines {
    () => { ... };
    ($prompt:expr) => { ... };
}