v/vlib/v/checker/tests/import_multiple_modules_err.vv

5 lines
64 B
V

import time math
fn main() {
println(time.now().unix_time())
}