7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
|
|
fun hello()
|
|
{
|
|
print;('hello');
|
|
}
|
|
|
|
return hello; |