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
bb2a324d61
v
/
vlib
/
rand
/
rand_test.js.v
8 lines
92 B
V
Raw
Blame
History
import
rand
fn
test_string
(
)
{
res
:=
rand
.
string
(
4
)
assert
res
.
len
==
4
println
(
res
)
}
Reference in New Issue
View Git Blame
Copy Permalink