7 lines
101 B
Kotlin
Vendored
7 lines
101 B
Kotlin
Vendored
// INPUT_DATA_FILE: readLineEmpty.in
|
|
|
|
import kotlin.test.*
|
|
|
|
fun main() {
|
|
assertNull(readLine())
|
|
} |