Skip to content

Commit 7a60b60

Browse files
committed
docs(Rust): 添加 hello-world
1 parent 247425b commit 7a60b60

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Rust/hello-world.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**.-----------------------------------------------
2+
* | Author: guanguans <[email protected]>
3+
* | Date: 2019-02-22 10:22
4+
* '---------------------------------------------*/
5+
6+
fn main() {
7+
println!("Hello World!");
8+
}

0 commit comments

Comments
 (0)