peckertest/internal/internal.go
2022-01-10 13:02:45 +01:00

6 lines
59 B
Go

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