7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
|
|
fun main():int {
|
|
var wr: fun():int*
|
|
return 0
|
|
}
|
|
|