v/vlib/v/fmt/tests/import_single_keep.vv

6 lines
47 B
V

import os
fn main() {
os.system('echo hi')
}