One interesting feature of Rust: it has both print and dbg, so you don't need to use print for debugging very often. I don't even use print that often.