6 lines
50 B
PHP

def greet {
return("hello")
}
fun(){ "world" }