We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec44dbf commit 15d4d7cCopy full SHA for 15d4d7c
src/hello/print.md
@@ -35,7 +35,6 @@ fn main() {
35
println!("Base 2 (binary) repr: {:b}", 69420);
36
println!("Base 8 (octal) repr: {:o}", 69420);
37
println!("Base 16 (hexadecimal) repr: {:x}", 69420);
38
- println!("Base 16 (hexadecimal) repr: {:X}", 69420);
39
40
// You can right-align text with a specified width. This will output
41
// " 1". 4 white spaces and a "1", for a total width of 5.
0 commit comments