This website works better with JavaScript.
Explore
Help
Register
Sign In
rust
/
trpl-zh-cn
mirror of
https://github.com/KaiserY/trpl-zh-cn
Watch
5
Star
0
Fork
You've already forked trpl-zh-cn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a69eaa7f7c
trpl-zh-cn
/
listings
/
ch02-guessing-game-tutorial
/
no-listing-01-cargo-new
/
src
/
main.rs
4 lines
45 B
Raw
Blame
History
fn
main
(
)
{
println!
(
"Hello, world!"
)
;
}
Reference in new issue
View Git Blame
Copy Permalink