v/vlib/v/checker/tests/import_unused_warning.vv

5 lines
51 B
V

import time
fn main() {
println('hello, world')
}