6 ms·
Don't forget the companion isEven function: func isEven(n int64) bool { return !isOdd(n) }
by devjam 3y ago
Don't forget the companion isEven function:
func isEven(n int64) bool {
return !isOdd(n)
}
- pjerem 3y agoWow you can call a function from a function ? It’ll revolutionize my productivity.