#!/usr/bin/env run.sh
// : out helloworld
fn main() {
  println!("Hello world!");
}