VLANG Get Entrée

import readline

mut r := readline.Readline{}
answer := r.read_line('hello: ') ?
println(answer)
Maou Shimazu