5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
|
||
|
fun main(out int: ret) {
|
||
|
ret = 56 as int
|
||
|
}
|