We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b02af1a + a967f07 commit 14e453eCopy full SHA for 14e453e
src/hello/print.md
@@ -37,7 +37,6 @@ fn main() {
37
println!("Base 2 (binary): {:b}", 69420); // 10000111100101100
38
println!("Base 8 (octal): {:o}", 69420); // 207454
39
println!("Base 16 (hexadecimal): {:x}", 69420); // 10f2c
40
- println!("Base 16 (hexadecimal): {:X}", 69420); // 10F2C
41
42
// You can right-justify text with a specified width. This will
43
// output " 1". (Four white spaces and a "1", for a total width of 5.)
0 commit comments