Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
tests
/
project_issue_26873
/
import_os.v
7
lines
·
5
sloc
·
72 bytes
·
80536d68d80dee2617feadebd55c073fe349ac3e
Raw
1
module
main
2
3
import
os
4
5
fn
temp_root() string {
6
return
os.temp_dir()
7
}
8