3
0
Files

6 lines
56 B
Go
Raw Permalink Normal View History

2025-08-15 18:02:49 +08:00
package aa
func AA(x, y int) int {
return x + y + 1
}