testmod/v1/add.go
2025-05-20 11:54:10 +05:00

5 lines
58 B
Go

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