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