3
0
Files

6 lines
63 B
Go
Raw Permalink Normal View History

2025-08-15 18:02:49 +08:00
package go_subdir
func BB(x, y int) int {
return x + y + 4
}