Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mallibone/185042ff5f74b66f8ece8f4b67ba6042 to your computer and use it in GitHub Desktop.
Save mallibone/185042ff5f74b66f8ece8f4b67ba6042 to your computer and use it in GitHub Desktop.
public class Gnabber
{
public bool IsEvenNumber(int number)
{
return number % 2 == 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment