blob: 75c45704726979a3af3077715352bedfa8c5ac64 [file]
// INPUT_DATA_FILE: readLineEmpty.in
import kotlin.test.*
fun main() {
assertNull(readLine())
}