mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -1,9 +1,8 @@
|
|||
import rand
|
||||
|
||||
const (
|
||||
gen_len = 1000 // how many random numbers to generate
|
||||
gen_max = 10000 // max of the generated numbers
|
||||
)
|
||||
const gen_len = 1000 // how many random numbers to generate
|
||||
|
||||
const gen_max = 10000
|
||||
|
||||
fn main() {
|
||||
mut arr := []int{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue