8 lines
45 B
Plaintext
8 lines
45 B
Plaintext
|
|
import io
|
||
|
|
|
||
|
|
fun main():int {
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
|