6 lines
56 B
Go
6 lines
56 B
Go
package aa
|
|
|
|
func AA(x, y int) int {
|
|
return x + y + 1
|
|
}
|