![crates.io version]
A Rust crate mimicking the original 8 magic ball game. Ask a question and it will reply...
rust fn main() { let question = "Am I in charge?"; println!("Q: {}\nA: {}", question, eight_ball::ask(question).content()); }
Apache-2.0