v/examples/submodule/mymodules/submodule/sub_functions.v

6 lines
68 B
V

module submodule
pub fn sub_xy(x int, y int) int {
return x - y
}