v2 / vlib / v / fmt / tests / semicolons_input.vv
4 lines · 3 sloc · 48 bytes · f3aec200001f1a012919d89d02ee6bcbe21fe914
Raw
1import os;
2
3println(os.args);
4println('hello');
5