Coin says to OwO /rust@mmis_js_bot fn main() { let mut x = 5; let y = &mut x; *y += 1; println!("{}", y); }