Head's Up: JavaScript is either turned off or not working properly in your browser. Some parts of this page may not work properly.
fn main() { let num = 10; println!("{:0>5}", num); }
00010