Merge pull request #3 from akshitgautam42/Ex-3

Exercise 3
This commit is contained in:
Akshit Gautam 2023-11-11 15:34:23 +05:30 committed by GitHub
commit f8dc6d0510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@
// Execute `rustlings hint variables1` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
fn main() {
x = 5;
let x = 5;
println!("x has the value {}", x);
}