Files

6 lines
59 B
Go

package integers
func Add(x, y int) int {
return x + y
}