mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 17:23:36 +02:00
Add some exercises about variables!
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Make me compile!
|
||||
|
||||
fn main() {
|
||||
let x: i32;
|
||||
println!("Number {}", x);
|
||||
}
|
||||
Reference in New Issue
Block a user