package functions func Minus(a, b int) int { return a - b }