def greet {
  return("hello")
}

fun(){ "world" }
