Skip to content

Instantly share code, notes, and snippets.

@mgjam
Last active September 24, 2020 08:54
Show Gist options
  • Save mgjam/5a1b855c4147074f7115ff13894b5924 to your computer and use it in GitHub Desktop.
Save mgjam/5a1b855c4147074f7115ff13894b5924 to your computer and use it in GitHub Desktop.
class EmailValidator
{
bool IsEmailValid(string email);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment