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
f4c6dcf1d7
rustlings
/
variables
/
variables4.rs
7 lines
81 B
Rust
Raw
Blame
History
// Make me compile!
fn
main
(
)
{
let
x
:
i32
;
println!
(
"
Number
{}
"
,
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink