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

examples: remove unused import (#6063)

This commit is contained in:
Wertzui123 2020-08-05 05:11:58 +02:00 committed by GitHub
parent 449c98e861
commit c261408f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
import rand
import time
fn main() {
for _ in 0..10 {