tutorials: vfmt blog
parent
7df996e5e5
commit
c2227addff
|
@ -72,7 +72,6 @@ fn main() {
|
||||||
pub fn (mut app App) index() vweb.Result {
|
pub fn (mut app App) index() vweb.Result {
|
||||||
return app.text('Hello world from vweb!')
|
return app.text('Hello world from vweb!')
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Run it with
|
Run it with
|
||||||
|
|
Loading…
Reference in New Issue