v/cmd/tools/builders/native_builder.v

8 lines
82 B
V

module main
import v.builder.nativebuilder
fn main() {
nativebuilder.start()
}