6 lines
67 B
V
6 lines
67 B
V
|
module mymodule
|
||
|
|
||
|
pub fn add_xy(x int, y int) int {
|
||
|
return x + y
|
||
|
}
|