4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
|
|
fn greet(name):
|
||
|
|
println("Hola, " + name)
|
||
|
|
|
||
|
|
greet("mundo!")
|