Skip to content

Commit

Permalink
Merge pull request #17 from Ananthavijay/patch-1
Browse files Browse the repository at this point in the history
Added Hello world program
  • Loading branch information
agarwalrounak authored Oct 1, 2019
2 parents 050358d + d3b5214 commit 7f71506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/Rust/Hello_World.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello World!");
}

0 comments on commit 7f71506

Please sign in to comment.