This website requires JavaScript.
Explore
Help
Register
Sign In
awesome
/
awesome-rust
Watch
1
Star
0
Fork
0
You've already forked awesome-rust
mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced
2025-01-08 13:34:09 +02:00
Code
Issues
Releases
Activity
d3f8df6997
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 10:37:12 +02: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 10:36:47 +02:00
println!
(
"
hello, world
"
)
;
}
Reference in New Issue
Copy Permalink