testmod/add.go

5 lines
58 B
Go

package testmod
func Add(a, b int) int {
return a + b
}