quiz 0.0.3

CLI Prompts crate
Documentation
1
2
3
4
5
fn main() {
    // quiz::checkbox("Select your colors", &["red", "green", "blue"]);
    let res = quiz::confirm("Do you agree?");
    println!("{}", res);
}