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
76c67952e6
v
/
vlib
/
v
/
checker
/
tests
/
array_declare_element_c.vv
5 lines
55 B
V
Raw
Blame
History
fn
main
(
)
{
arr
:=
[
[
1
,
2
]
,
[
0
,
3
]
]
arr
[
1
]
[
0
]
:=
1
}
Reference in New Issue
View Git Blame
Copy Permalink