v_scratch/01_hello/main.v

5 lines
38 B
V

fn main()
{
print("Hello World\n")
}