fun main(){
println("Enter your password: ")
var password = readln()
}
Enter your password: *******
Is there any way to get this work in the terminal? I already tried a little with System.'in' and Inputstream but I can't find a solution
fun main(){
println("Enter your password: ")
var password = readln()
}
Enter your password: *******
Is there any way to get this work in the terminal? I already tried a little with System.'in' and Inputstream but I can't find a solution