Skip to content

Commit 8f25744

Browse files
niranjana687ronreiter
authored andcommitted
Added Solution
1 parent cf72ae4 commit 8f25744

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: tutorials/learnRust.org/Hello World!.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ Tutorial Code
3737
Expected Output
3838
---------------
3939

40-
Covid19 made me do this.
40+
Covid19 made me do this.
41+
42+
Solution
43+
--------
44+
fn main() {
45+
println!("Covid19 made me do this.");
46+
}

0 commit comments

Comments
 (0)