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

Function maxInt

tasks/56.go:37–42  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

35}
36
37func maxInt(a, b int) int {
38 if a > b {
39 return a
40 }
41 return b
42}

Callers 1

mergeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected