v2 / vlib / v / fmt / tests / import_auto_with_shebang_input.vv
3 lines · 2 sloc · 47 bytes · 9d66b3472c2751339989802aafd9d97b9386a5d3
Raw
1#!/usr/bin/env -S v
2os.join_path('a','b','c')
3
4