5 lines
69 B
Text
5 lines
69 B
Text
fn main() {
|
|
for i in (1u64..) {
|
|
println("{}", i)
|
|
}
|
|
}
|