Contact: aviboots(AT)netvision.net.il
40,950 questions
53,414 answers
573 users
fn main() { let x = 30; println!("x = {}", x); } /* run: x = 30 */