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

5 lines
51 B
V
Raw Normal View History

2020-05-14 17:14:24 +02:00
import time
fn main() {
println('hello, world')
}