Skip to content

Commit 14fe40a

Browse files
authored
Add "Hello, world!" print statement to main function (#5)
2 parents 84373b6 + d6a81bb commit 14fe40a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

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

0 commit comments

Comments
 (0)