Skip to content

Commit

Permalink
Merge pull request #1048 from shadowwolf899/master
Browse files Browse the repository at this point in the history
Added a hello world in rust
  • Loading branch information
lukeocodes authored Oct 31, 2018
2 parents 1012e52 + 6b6ed4c commit 406f747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/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 406f747

Please sign in to comment.