fn main() { let x = 5; let mut y = 10; // TODO: reassign y to 20 // TODO: print x, then print y }
Output
Click Run to execute, or Check to validate.
Ask questions or share tips about this tutorial
Sign in to join the discussion