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
04aab250aa
v
/
examples
/
call_v_from_python
/
test.v
7 lines
71 B
V
Raw
Blame
History
module
test
[
export
:
'
s
q
u
a
r
e
'
]
fn
square
(
i
int
)
int
{
return
i
*
i
}
Reference in New Issue
View Git Blame
Copy Permalink