4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
|
def greet(string name) string {
|
||
|
|
return "Hello, " + name + "!"
|
||
|
|
}
|