2016-03-25 07:02:41 -06:00

6 lines
50 B
PHP

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