Skip to main content
SR
's Space
Home
Know Me
What's inside
Connect
⚙️
Rust
beginner
Question 1 of 10
fn main() { let x: i32 = 42; println!("{}", x); }
What's the output?
x
i32
42
undefined
Check Answer
Tech School
/
Quiz
/
Rust (Beginner)