mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
cgen: string[i]; pointers
This commit is contained in:
parent
aab31f4b35
commit
a277f7d6ab
2 changed files with 19 additions and 6 deletions
|
@ -13,7 +13,7 @@ pub mut:
|
|||
}
|
||||
|
||||
fn main() {
|
||||
println('noice')
|
||||
println('vweb example')
|
||||
vweb.run<App>(port)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue