Skip to content

Commit 14e453e

Browse files
authored
Merge pull request #1796 from 127001sudais/patch-1
Update print.md
2 parents b02af1a + a967f07 commit 14e453e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hello/print.md

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ fn main() {
3737
println!("Base 2 (binary): {:b}", 69420); // 10000111100101100
3838
println!("Base 8 (octal): {:o}", 69420); // 207454
3939
println!("Base 16 (hexadecimal): {:x}", 69420); // 10f2c
40-
println!("Base 16 (hexadecimal): {:X}", 69420); // 10F2C
4140
4241
// You can right-justify text with a specified width. This will
4342
// output " 1". (Four white spaces and a "1", for a total width of 5.)

0 commit comments

Comments
 (0)