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

cgen: string[i]; pointers

This commit is contained in:
Alexander Medvednikov
2020-03-06 20:22:58 +01:00
parent aab31f4b35
commit a277f7d6ab
2 changed files with 19 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ pub mut:
}
fn main() {
println('noice')
println('vweb example')
vweb.run<App>(port)
}