Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyRustownership and moveSingle-choice MCQ

What does this code print?

fn main() { let x = 5; let y = x; println!("{} {}", x, y); }