4 lines
51 B
Rust
4 lines
51 B
Rust
|
|
fn main() {
|
||
|
|
repeat(|x| print!("{};", x), 5);
|
||
|
|
}
|