V web
This commit is contained in:
9
snipplets/code/V/vweb/vweb.v
Normal file
9
snipplets/code/V/vweb/vweb.v
Normal file
@ -0,0 +1,9 @@
|
||||
import vweb
|
||||
|
||||
struct App {
|
||||
vweb.Context
|
||||
}
|
||||
|
||||
fn main() {
|
||||
vweb.run(&App{}, 8080)
|
||||
}
|
Reference in New Issue
Block a user