Skip to content

Commit

Permalink
docs(Rust): 添加 hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Feb 22, 2019
1 parent 247425b commit 7a60b60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rust/hello-world.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**.-----------------------------------------------
* | Author: guanguans <[email protected]>
* | Date: 2019-02-22 10:22
* '---------------------------------------------*/

fn main() {
println!("Hello World!");
}

0 comments on commit 7a60b60

Please sign in to comment.