Skip to content

Instantly share code, notes, and snippets.

@jeromewu
Last active June 8, 2021 05:33
Show Gist options
  • Save jeromewu/83608eda5a88d90d9932cce9c30f5597 to your computer and use it in GitHub Desktop.
Save jeromewu/83608eda5a88d90d9932cce9c30f5597 to your computer and use it in GitHub Desktop.
func max(x, y int) int {
return int(math.Max(float64(x), float64(y)))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment