This website requires JavaScript.
Explore
Help
Sign In
kingecg
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
136cbbee80
rustlings
/
exercises
/
01_variables
/
variables1.rs
7 lines
105 B
Rust
Raw
Blame
History
fn
main
(
)
{
// TODO: Add the missing keyword.
let
x
=
5
;
println!
(
"
x has the value
{x}
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink