2025-05-11 11:11:27 +08:00

10 lines
93 B
Go

package unittest
import "fmt"
func Add(x, y int) int {
//
fmt.Println(y)
return x + x
}