fn main() { repeat(|x| print!("{};", x), 5); }