mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Rewrite time module
This commit is contained in:

committed by
Alexander Medvednikov

parent
223c35ffb9
commit
2ee6ca1b8b
@@ -73,7 +73,7 @@ fn main() {
|
||||
}
|
||||
field = new_field
|
||||
print_field(field)
|
||||
time.sleep_ms(100)
|
||||
time.sleep(time.milliseconds(100))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user