Skip to content

Commit af37876

Browse files
committed
Fix syntax error in main function output
1 parent 9c46eeb commit af37876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fn main() {
2-
println!("Hello, world!");sdoijhf
2+
println!("Hello, world!");
33
}

0 commit comments

Comments
 (0)