mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 09:43:31 +02:00
Add solutions to functions
This commit is contained in:
@@ -4,6 +4,6 @@ fn main() {
|
||||
let mut x = 3;
|
||||
println!("Number {x}");
|
||||
|
||||
x = 5; // Don't change this line
|
||||
x = 5;
|
||||
println!("Number {x}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user