v/vlib/v/checker/tests/import_duplicate_err.vv

6 lines
71 B
V

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