index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v_windows
/
v
/
old
/
examples
/
submodule
/
mymodules
/
main_functions.v
blob: 0697d36d253c0285ab1a830bcef501a57dda8063 (
plain
)
1
2
3
4
5
module
mymodule
pub
fn
add_xy
(
x
int
,
y
int
)
int
{
return
x
+
y
}