No matching post could be found
max()
func max(x, y int) int { if x > y { return x } return y } func main() { tmp = 100 * max(a, max(b, c)) }
Math.max()