5 lines
33 B
PHP
5 lines
33 B
PHP
def greet {
|
|
return("hello")
|
|
}
|
|
|
def greet {
|
|
return("hello")
|
|
}
|
|
|