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)
}