package integers // Add two numbers together func Add(x, y int) int { return x + y }