Hi!
What is the expected way to implement it in the JVM? Does this task have a verified solution in any JVM languages? System.in
input stream has input only after the user hit the Enter
key in the terminal process, and then all input is available in java
program. I could use existing libraries such jline
, but they implement the terminal itself, which is not a fair solution for me.