top | item 38802193

(no title)

devjam | 2 years ago

Don't forget the companion isEven function:

    func isEven(n int64) bool {
        return !isOdd(n)
    }

discuss

order

pjerem|2 years ago

Wow you can call a function from a function ? It’ll revolutionize my productivity.