Skip to content

Instantly share code, notes, and snippets.

@psurikov
Created July 29, 2011 08:04
Show Gist options
  • Save psurikov/1113418 to your computer and use it in GitHub Desktop.
Save psurikov/1113418 to your computer and use it in GitHub Desktop.
Test for the stackoverflow chat
public class Test
{
public bool CheckIfAnyoneSeeMe()
{
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment