mirror of
https://github.com/vlang/v.git
synced 2025-08-08 04:07:50 -04:00
8 lines
82 B
V
8 lines
82 B
V
module main
|
|
|
|
import v.builder.nativebuilder
|
|
|
|
fn main() {
|
|
nativebuilder.start()
|
|
}
|