v/vlib/v/gen/js/tests/simple.v

6 lines
51 B
V

module main
fn main() {
println("hello world")
}