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