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
4d876d1980
v
/
vlib
/
arrays
/
arrays_test.v
11 lines
106 B
V
Raw
Blame
History
import
arrays
fn
test_range
(
)
{
/*
TODO
a := arrays.range(1, 10)
assert a[0] == 1
println(a)
*/
}
Reference in New Issue
View Git Blame
Copy Permalink