1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tutorials: vfmt blog

This commit is contained in:
Alexander Medvednikov 2021-04-15 07:42:14 +03:00
parent 7df996e5e5
commit c2227addff

View File

@ -72,7 +72,6 @@ fn main() {
pub fn (mut app App) index() vweb.Result {
return app.text('Hello world from vweb!')
}
```
Run it with