// : out helloworld
fn main() {
  println!("Hello world!");
}