6 lines
70 B
Rust
6 lines
70 B
Rust
|
fn main() {
|
||
|
for i in in 1..2 {
|
||
|
println!("{}", i);
|
||
|
}
|
||
|
}
|