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