Contact: aviboots(AT)netvision.net.il
39,879 questions
51,805 answers
573 users
#[allow(dead_code)] struct Structure(i32); // OK fn main() { let x = 8; let y = 128; println!("{number:0>width$}", number=y, width=x); } /* run: 00000128 */