V web
This commit is contained in:
parent
e67e8c4acc
commit
478b5bb6e6
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)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user