Skip to content

Commit

Permalink
move vpkg.v to root
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Oct 29, 2019
1 parent a3b9dbb commit a4e4d33
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vpkg.v
@@ -0,0 +1,13 @@
module main

import (
api
os
)

fn main() {
_args := os.args
mut app := api.new_vpkg(os.getwd())

app.run(_args.slice(1, _args.len))
}

0 comments on commit a4e4d33

Please sign in to comment.