This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
6079025985
v
/
vlib
/
compiler
/
tests
/
project_with_c_code
/
main.v
9 lines
78 B
V
Raw
Blame
History
module
main
import
mod1
fn
main
(
)
{
res
:=
mod1
.
vadd
(
1
,
2
)
println
(
res
)
}
Reference in New Issue
View Git Blame
Copy Permalink