v/vlib/v/checker/tests/import_syntax_err.vv

5 lines
51 B
V
Raw Normal View History

2020-05-08 15:01:54 +02:00
import time, os
fn main() {
println(time.now())
}