8 lines
74 B
V
8 lines
74 B
V
|
module main
|
||
|
|
||
|
import v.builder.jsbuilder
|
||
|
|
||
|
fn main() {
|
||
|
jsbuilder.start()
|
||
|
}
|