This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
e18cb9748f
v
/
vlib
/
strconv
/
bare
/
str_array_example.v
8 lines
79 B
V
Raw
Blame
History
fn
main
(
)
{
mut
x
:=
[
]
int
{
cap
:
100
}
x
<<
42
x
<<
41
x
<<
40
println
(
x
)
}
Reference in New Issue
View Git Blame
Copy Permalink