index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
01_variables
/
variables3.rs
blob: 488385ba5870f8c4cf7dc7906577d909d4fbbdd9 (
plain
)
1
2
3
4
fn main() { let x: i32; println!("Number {}", x); }