// Placeholder for debug trait println!("{:?}", (100, false, "Rust")); }
The above outputs the following:
1 2 3 4 5 6
Hello Rust Rust is rusty Rust is a programming language, and Rust is efficient Rust supports concurrent programming Binary: 1010 Hex: a Octal: 12 (100, false, "Rust")