Contact: aviboots(AT)netvision.net.il
42,685 questions
55,437 answers
573 users
fn main() { println!("{number:0<6}", number = 2); } /* run: 200000 */