void setup() {
  hello();
}
void hello() {
  println("hello world");
}
