How do I print the value of a bool in Rust?
let mut myFalseBool = false; let mut myTrueBool = true; //how do I print