import os pub fn main(){ name := os.input('Type your name') println(name) }