package subtractions func subtractNumbers(x int, y int) int { return x - y }