time_lin.v: f64

pull/621/head
Alexander Medvednikov 2019-06-25 22:20:51 +02:00
parent f3f24b25bb
commit c545bc62a7
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
module time module time
// in ms // in ms
fn ticks() double { fn ticks() f64 {
return double(0) return f64(0)
} }
fn sleep(seconds int) { fn sleep(seconds int) {