Skip to content

Commit 84373b6

Browse files
committed
Remove "Hello, world!" print statement from main function
1 parent 889a52a commit 84373b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

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

0 commit comments

Comments
 (0)