This website requires JavaScript.
Explore
Help
Register
Sign In
p1r0
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9cf4958982
rustlings
/
variables
/
variables1.rs
7 lines
85 B
Rust
Raw
Blame
History
// Make me compile!
fn
main
(
)
{
x
=
5
;
println!
(
"
x has the value
{}
"
,
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink