Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
📦 Add HelloWorld in Rust
Browse files Browse the repository at this point in the history
hello world in rust
  • Loading branch information
blackbird71SR authored Oct 2, 2018
2 parents 784cd0f + 16dee26 commit d99657f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helloworld.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main(){
println!("Hello World!")
}

0 comments on commit d99657f

Please sign in to comment.