9 lines
54 B
Plaintext
9 lines
54 B
Plaintext
|
|
|
|
fun test() {
|
|
return 3;
|
|
}
|
|
|
|
x = test();
|
|
|
|
print(x); |