v_scratch/02_read/main.v

8 lines
84 B
V

import readline { read_line }
fn main()
{
s := read_line("")!
print("${s} \n")
}