Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
tests
/
skip_unused
/
ierror_str.vv
6
lines
·
5
sloc
·
63 bytes
·
c98295b2942521074ede2e407745a0b060c7436e
Raw
1
import os
2
3
fn main() {
4
mut proc := os.Process{}
5
proc.run()
6
}
7