Skip to content

Commit 15d4d7c

Browse files
authored
Remove duplicate line in the hello/print.md file (#1590)
1 parent ec44dbf commit 15d4d7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hello/print.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ fn main() {
3535
println!("Base 2 (binary) repr: {:b}", 69420);
3636
println!("Base 8 (octal) repr: {:o}", 69420);
3737
println!("Base 16 (hexadecimal) repr: {:x}", 69420);
38-
println!("Base 16 (hexadecimal) repr: {:X}", 69420);
3938
4039
// You can right-align text with a specified width. This will output
4140
// " 1". 4 white spaces and a "1", for a total width of 5.

0 commit comments

Comments
 (0)