6 lines
57 B
Text
6 lines
57 B
Text
|
|
fn main() {
|
||
|
|
loop {
|
||
|
|
println!("SPAM");
|
||
|
|
}
|
||
|
|
}
|