5 lines
66 B
Rust
5 lines
66 B
Rust
fn main() {
|
|
loop {
|
|
println!("Hello, world!");
|
|
}
|
|
}
|