1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/fmt/tests/import_single_expected.vv
2020-05-23 12:05:21 +03:00

6 lines
47 B
V

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