This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
awesome-rust
Watch
2
Star
1
Fork
0
You've already forked awesome-rust
mirror of
https://github.com/rust-unofficial/awesome-rust
synced
2024-11-06 09:20:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
edebb7bb5f
awesome-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 08:37:12 +00: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 08:36:47 +00:00
println!
(
"
hello, world
"
)
;
}
Reference in New Issue
Copy Permalink