Skip to main content
⚙️Rustbeginner

Question 1 of 10

fn main() {
    let x: i32 = 42;
    println!("{}", x);
}

What's the output?

Tech School/Quiz/Rust (Beginner)