loop {
  println!("hello world forever!");
}

The infinite loop indicated.

Comments