MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / maxInt

Function maxInt

tasks/849.go:31–36  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

29}
30
31func maxInt(a, b int) int {
32 if a > b {
33 return a
34 }
35 return b
36}

Callers 1

maxDistToClosestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected