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