When I taking String input using readLine() method in kotlin using an online compiler officially provided by Jetbrains it gives me an exception today.
Here is screenshot?
I also tried taking input using scanner class but it also does not works.
I am a beginner and practice kotlin basics using this compiler but its works fine till yesterday but i wonder why it not works today? Is there some error in my code or compiler bug?