Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
fmt
/
tests
/
import_auto_with_shebang_expected.vv
5
lines
·
3
sloc
·
60 bytes
·
9d66b3472c2751339989802aafd9d97b9386a5d3
Raw
1
#!/usr/bin/env -S v
2
3
import os
4
5
os.join_path('a', 'b', 'c')
6