6 lines
63 B
Go
6 lines
63 B
Go
package go_subdir
|
|
|
|
func BB(x, y int) int {
|
|
return x + y + 4
|
|
}
|