This website requires JavaScript.
Explore
Help
Sign In
jarjar
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2026-01-09 20:29:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rustlings
/
projects
/
hello_cargo
/
src
/
main.rs
tobyatgithub
5cd8431ba7
finished chapter 1, hello world and hello cargo. I like cargo...
2021-08-31 16:27:06 -07:00
4 lines
45 B
Rust
Raw
Blame
History
fn
main
(
)
{
println!
(
"
Hello, world!
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink