This website requires JavaScript.
Explore
Help
Sign in
awesome
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced
2024-11-27 11:44:52 -05:00
Code
Activity
fdf09d4529
rust
/
hello.rs
4 lines
44 B
Rust
Raw
Normal View
History
Unescape
Escape
Modify a Rust file so GitHub recognizes the language See https://github.com/zhaopuming/awesome-d/commits/master/hello.d
2016-03-21 04:37:12 -04:00
fn
main
(
)
{
Add a Rust file so GitHub recognizes the language See https://github.com/zhaopuming/awesome-d/commits/master/hello.d
2016-03-21 04:36:47 -04:00
println!
(
"
hello, world
"
)
;
}
Copy permalink