mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make v build-examples work: part 1
This commit is contained in:
@@ -7,7 +7,7 @@ const (
|
||||
)
|
||||
|
||||
fn main() {
|
||||
rand.seed(time.now().unix)
|
||||
rand.seed(int(time.now().unix))
|
||||
rand.next(gen_max) // skip the first
|
||||
mut arr := []int{}
|
||||
for _ in 0..gen_len {
|
||||
|
||||
Reference in New Issue
Block a user