Skip to content

Instantly share code, notes, and snippets.

@aalemayhu
Created March 2, 2015 21:36
Show Gist options
  • Save aalemayhu/e0f33f27febdb1466e12 to your computer and use it in GitHub Desktop.
Save aalemayhu/e0f33f27febdb1466e12 to your computer and use it in GitHub Desktop.
isEven
def isEven(n)
n % 2 == 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment