1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix 'v -debug examples/hello_world.v'

This commit is contained in:
Delyan Angelov
2019-10-10 20:02:32 +03:00
committed by Alexander Medvednikov
parent 1b79964827
commit f3abb9e682
3 changed files with 7 additions and 10 deletions

View File

@ -1,5 +1,4 @@
import rand
import strings
fn test_random_strings() {
mut m := new_hashmap(1000)